chore: cleanup scripts, v1.3.1 @zitadel/client @zitadel/proto (#10329)

This PR includes scripts for cleaning up workspaces, and changes the
versions of @zitadel/client and /proto to v1.3.0
This commit is contained in:
Max Peintner
2025-07-28 13:32:41 +02:00
committed by GitHub
parent 1b7f95c364
commit e4f633bcb3
8 changed files with 28 additions and 7 deletions

View File

@@ -7,6 +7,8 @@
"devcontainer": "devcontainer",
"devcontainer:lint-unit": "pnpm devcontainer up --config .devcontainer/turbo-lint-unit/devcontainer.json --workspace-folder . --remove-existing-container",
"devcontainer:integration:login": "pnpm devcontainer up --config .devcontainer/login-integration/devcontainer.json --workspace-folder . --remove-existing-container",
"clean": "turbo run clean",
"clean:all": "pnpm run clean && rm -rf .turbo node_modules",
"generate": "turbo run generate"
},
"pnpm": {