proto-signing: Standardise shx use in package.json scripts

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

View File

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