demo-protobuf: Specify necessary proto files in pack script

This commit is contained in:
willclarktech 2020-06-16 13:24:09 +01:00
parent 50817cbc7d
commit a645ab3573
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
4 changed files with 4632 additions and 47103 deletions

View File

@ -34,7 +34,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js",
"get-proto": "./scripts/get-proto.sh",
"prepack-proto": "mkdir -p src/generated",
"pack-proto": "pbjs -t static-module -w commonjs -o src/generated/codecimpl.js --sparse --no-beautify --no-delimited --no-verify --no-convert ./proto/**/*.proto",
"pack-proto": "pbjs -t static-module -w commonjs -o src/generated/codecimpl.js --sparse --no-beautify --no-delimited --no-verify --no-convert ./proto/cosmos/cosmos-sdk/{x/bank/types/types.proto,types/types.proto,types/tx/types.proto,types/tx/signing/types.proto,third_party/proto/tendermint/**/*.proto,crypto/types/types.proto}",
"define-proto": "pbts src/generated/codecimpl.js -o src/generated/codecimpl.d.ts"
},
"dependencies": {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff