mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:42:59 +00:00
v2 path
This commit is contained in:
2
packages/zitadel-proto/.gitignore
vendored
2
packages/zitadel-proto/.gitignore
vendored
@@ -1 +1 @@
|
||||
gen
|
||||
zitadel
|
||||
@@ -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: .
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,13 +1,9 @@
|
||||
{
|
||||
"extends": [
|
||||
"//"
|
||||
],
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"generate": {
|
||||
"outputs": [
|
||||
"zitadel/**"
|
||||
],
|
||||
"cache": true
|
||||
"outputs": ["zitadel/**"],
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user