mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:13:38 +00:00
use turbo convention
This commit is contained in:
12
packages/zitadel-client/turbo.json
Normal file
12
packages/zitadel-client/turbo.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"outputs": ["dist/**"],
|
||||
"dependsOn": ["@zitadel/proto#generate"]
|
||||
},
|
||||
"build:client:standalone": {
|
||||
"outputs": ["dist/**"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user