Merge pull request #451 from zitadel/fix-turbo-dep

fix: turbo dep
This commit is contained in:
Max Peintner
2025-05-07 09:31:39 +02:00
committed by GitHub

View File

@@ -5,6 +5,10 @@
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
"dependsOn": ["^build"]
},
"build:standalone": {
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["@zitadel/client#build"]
},