Rename coverage to test:coverage
This commit is contained in:
parent
abb3dcdaa2
commit
36de8cdbd9
@ -1,3 +1,3 @@
|
||||
test:
|
||||
override:
|
||||
- npm run coverage
|
||||
- npm run test:coverage
|
||||
|
@ -17,7 +17,7 @@
|
||||
"build": "npm run clean && run-p build:*",
|
||||
"lint": "tslint src/ts/**/*",
|
||||
"test": "run-s clean build:commonjs && mocha lib/test/**/*.js",
|
||||
"coverage": "nyc npm run test --all"
|
||||
"test:coverage": "nyc npm run test --all"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user