Files
zitadel/packages/zitadel-next/turbo.json

13 lines
204 B
JSON
Raw Normal View History

2023-07-18 13:58:33 +02:00
{
2023-07-26 09:30:39 +02:00
"extends": ["//"],
2023-07-18 13:58:33 +02:00
"pipeline": {
2023-07-26 10:41:12 +02:00
"dev": {
"dependsOn": ["@zitadel/react#build"]
},
2023-07-18 13:58:33 +02:00
"build": {
2023-07-26 09:30:39 +02:00
"outputs": ["dist/**"],
"dependsOn": ["@zitadel/react#build"]
2023-07-18 13:58:33 +02:00
}
}
2023-07-26 09:30:39 +02:00
}