This commit is contained in:
Max Peintner
2025-04-29 09:20:33 +02:00
parent fa32358173
commit 6eb72c9a97

View File

@@ -49,7 +49,7 @@
],
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git#tag=v3.0.0-rc.1 --path ./proto/zitadel",
"generate": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate",
"build": "tsup",
"test:cjs": "node test/cjs-test.cjs",