stargate: Standardise shx use in package.json scripts

This commit is contained in:
willclarktech 2020-12-10 17:03:44 +00:00
parent caf054e1ee
commit afba99f88c
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -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",