Ensure build scripts are in alphabetical order
This commit is contained in:
parent
68339fda4d
commit
5ef135f9e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue