mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 10:27:33 +00:00
login turbo.json
This commit is contained in:
@@ -2,6 +2,26 @@
|
|||||||
"$schema": "https://turbo.build/schema.json",
|
"$schema": "https://turbo.build/schema.json",
|
||||||
"extends": ["//"],
|
"extends": ["//"],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
"generate": {
|
||||||
|
"outputs": ["zitadel/**"],
|
||||||
|
"cache": false
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"outputs": ["dist/**"],
|
||||||
|
"dependsOn": ["@zitadel/proto#generate"]
|
||||||
|
},
|
||||||
|
"build:client:standalone": {
|
||||||
|
"outputs": ["dist/**"],
|
||||||
|
"dependsOn": ["@zitadel/proto#generate"]
|
||||||
|
},
|
||||||
|
"@zitadel/client#build": {
|
||||||
|
"outputs": ["dist/**"],
|
||||||
|
"dependsOn": ["@zitadel/proto#generate"]
|
||||||
|
},
|
||||||
|
"@zitadel/proto#generate": {
|
||||||
|
"outputs": ["zitadel/**"],
|
||||||
|
"cache": false
|
||||||
|
},
|
||||||
"test:integration:setup": {
|
"test:integration:setup": {
|
||||||
"with": ["dev"]
|
"with": ["dev"]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user