This commit is contained in:
peintnermax
2024-08-05 15:54:43 +02:00
parent c201c860c1
commit 64dfb70837
7 changed files with 21 additions and 25 deletions

View File

@@ -12,7 +12,7 @@
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"clean": "rm -rf gen && rm -rf .turbo && rm -rf node_modules"
"clean": "rm -rf zitadel && rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0"