Rename coverage to test:coverage

This commit is contained in:
Leonid Logvinov 2017-05-24 16:29:03 +02:00
parent abb3dcdaa2
commit 36de8cdbd9
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
test:
override:
- npm run coverage
- npm run test:coverage

View File

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