rm react dep in next

This commit is contained in:
peintnermax
2023-07-26 10:41:12 +02:00
parent f7e0d83ed7
commit 4116f99e68
2 changed files with 19 additions and 14 deletions

View File

@@ -1,6 +1,9 @@
{
"extends": ["//"],
"pipeline": {
"dev": {
"dependsOn": ["@zitadel/react#build"]
},
"build": {
"outputs": ["dist/**"],
"dependsOn": ["@zitadel/react#build", "@zitadel/server#build"]