mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 22:52:48 +00:00
rm copy script, build depends on generate
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
|
||||
"dependsOn": ["^build"]
|
||||
"dependsOn": ["generate", "^build"]
|
||||
},
|
||||
"test": {
|
||||
"outputs": ["coverage/**"],
|
||||
|
||||
Reference in New Issue
Block a user