mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:06:55 +00:00
fix: remove old zitadel client
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"clean": "rm -rf .turbo && rm -rf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bufbuild/protobuf": "^1.9.0"
|
||||
"@bufbuild/protobuf": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bufbuild/buf": "^1.32.1"
|
||||
|
||||
@@ -2,9 +2,11 @@
|
||||
"extends": [
|
||||
"//"
|
||||
],
|
||||
"pipeline": {
|
||||
"tasks": {
|
||||
"generate": {
|
||||
"outputs": ["zitadel/**"],
|
||||
"outputs": [
|
||||
"zitadel/**"
|
||||
],
|
||||
"cache": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user