Browse Source

Ensure build scripts are in alphabetical order

clean-before-build
Luke Childs 6 years ago
parent
commit
5ef135f9e4
  1. 2
      package.json

2
package.json

@ -15,8 +15,8 @@
"bitcoinjs"
],
"scripts": {
"clean": "rimraf src",
"build": "npm run clean && tsc -p ./tsconfig.json",
"clean": "rimraf src",
"coverage-report": "npm run build && npm run nobuild:coverage-report",
"coverage-html": "npm run build && npm run nobuild:coverage-html",
"coverage": "npm run build && npm run nobuild:coverage",

Loading…
Cancel
Save