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