From 774b075b77140e6c5f2576cb01d9faa64f6cc32c Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 24 Jul 2025 02:34:33 +0200 Subject: [PATCH] fix proto generation --- .devcontainer/login-integration-debug/devcontainer.json | 2 +- packages/zitadel-proto/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/login-integration-debug/devcontainer.json b/.devcontainer/login-integration-debug/devcontainer.json index 3303138bb2..010969858a 100644 --- a/.devcontainer/login-integration-debug/devcontainer.json +++ b/.devcontainer/login-integration-debug/devcontainer.json @@ -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": { diff --git a/packages/zitadel-proto/package.json b/packages/zitadel-proto/package.json index bb47e36c8d..3ed1bac786 100644 --- a/packages/zitadel-proto/package.json +++ b/packages/zitadel-proto/package.json @@ -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": {