mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:03:24 +00:00
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"dev": {
|
|
"dependsOn": ["@zitadel/react#build"]
|
|
},
|
|
"build": {
|
|
"outputs": ["dist/**"],
|
|
"dependsOn": ["@zitadel/react#build", "@zitadel/server#build"]
|
|
}
|
|
}
|
|
}
|