mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:27:34 +00:00
Merge pull request #330 from LufyCZ/proto-include-validate-folder
fix: include validate folder in proto release
This commit is contained in:
@@ -7,7 +7,10 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"zitadel/**"
|
"zitadel/**",
|
||||||
|
"validate/**",
|
||||||
|
"google/**",
|
||||||
|
"protoc-gen-openapiv2/**"
|
||||||
],
|
],
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user