diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 20fa4a4d3..d67890d84 100644 --- a/package.json +++ b/package.json @@ -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", |