depends on

This commit is contained in:
peintnermax
2023-07-26 09:35:01 +02:00
parent d3911c34de
commit f7e0d83ed7

View File

@@ -3,7 +3,7 @@
"pipeline": { "pipeline": {
"build": { "build": {
"outputs": ["dist/**"], "outputs": ["dist/**"],
"dependsOn": ["@zitadel/react#build"] "dependsOn": ["@zitadel/react#build", "@zitadel/server#build"]
} }
} }
} }