fix proto generation

This commit is contained in:
Elio Bischof
2025-07-24 02:34:33 +02:00
parent 3eb01c1043
commit 774b075b77
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
"forwardPorts": [
3001
],
"onCreateCommand": "pnpm install --recursive",
"onCreateCommand": "pnpm install --recursive && cd apps/login/integration && pnpm cypress install",
"postAttachCommand": "pnpm turbo daemon clean || true; pnpm turbo test:integration:login:debug",
"customizations": {
"jetbrains": {

View File

@@ -14,7 +14,7 @@
],
"sideEffects": false,
"scripts": {
"generate": "buf generate ../../proto --path ../../proto/zitadel",
"generate": "buf generate ../../proto",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate"
},
"dependencies": {