fix: turbo dep

This commit is contained in:
Max Peintner
2025-05-07 09:30:52 +02:00
parent 6c7fa7308d
commit 4b8b3b4a2e

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"]
},