mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 02:07:46 +00:00
fix(zitadel-proto): make build dependent on generate
This commit is contained in:
@@ -1,8 +1,21 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"extends": [
|
||||
"//"
|
||||
],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"generate"
|
||||
],
|
||||
"outputs": [
|
||||
"dist/**"
|
||||
],
|
||||
"cache": false
|
||||
},
|
||||
"generate": {
|
||||
"outputs": ["zitadel/**"],
|
||||
"outputs": [
|
||||
"zitadel/**"
|
||||
],
|
||||
"cache": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user