feat: Add dependency to dev pipeline

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 08204fdcbb
commit 82fd35c315
+1
View File
@@ -22,6 +22,7 @@
"outputs": [] "outputs": []
}, },
"dev": { "dev": {
"dependsOn": ["^build"],
"cache": false "cache": false
} }
} }