mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 13: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",
|
||||
"files": [
|
||||
"zitadel/**"
|
||||
"zitadel/**",
|
||||
"validate/**",
|
||||
"google/**",
|
||||
"protoc-gen-openapiv2/**"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user