refactor: run turbo pipe before publish

This commit is contained in:
braks
2022-10-10 21:33:44 +02:00
committed by Braks
parent 647d60583b
commit 32aa9e851b
5 changed files with 3 additions and 23 deletions
-6
View File
@@ -24,12 +24,6 @@
"dev": {
"dependsOn": ["^build"],
"cache": false
},
"release": {
"dependsOn": ["^build"],
"cache": false,
"outputs": []
}
}
}