mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
stargate: Standardise shx use in package.json scripts
This commit is contained in:
parent
caf054e1ee
commit
afba99f88c
@ -40,7 +40,7 @@
|
||||
"test": "yarn build-or-skip && yarn test-node",
|
||||
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
|
||||
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js",
|
||||
"preget-proto": "rm -rf proto",
|
||||
"preget-proto": "shx rm -rf proto",
|
||||
"get-proto": "REF=v0.40.0-rc3 ./scripts/get-proto.sh",
|
||||
"predefine-proto": "./scripts/predefine-proto.sh",
|
||||
"define-proto": "./scripts/define-proto.sh",
|
||||
|
Loading…
x
Reference in New Issue
Block a user