demo-protobuf: Specify necessary proto files in pack script
This commit is contained in:
parent
50817cbc7d
commit
a645ab3573
@ -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": {
|
||||
|
||||
8761
packages/demo-protobuf/src/generated/codecimpl.d.ts
vendored
8761
packages/demo-protobuf/src/generated/codecimpl.d.ts
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
23946
packages/demo-protobuf/types/generated/codecimpl.d.ts
vendored
23946
packages/demo-protobuf/types/generated/codecimpl.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user