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

@@ -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": {