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

@@ -1 +1 @@
gen
zitadel

View File

@@ -3,6 +3,6 @@ managed:
enabled: true
plugins:
- remote: buf.build/connectrpc/es:v1.4.0
out: gen
- remote: buf.build/bufbuild/es
out: gen
out: .
- remote: buf.build/bufbuild/es:v1.7.2
out: .

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"

View File

@@ -1,13 +1,9 @@
{
"extends": [
"//"
],
"extends": ["//"],
"tasks": {
"generate": {
"outputs": [
"zitadel/**"
],
"cache": true
"outputs": ["zitadel/**"],
"cache": false
}
}
}