Skip to content

Commit

Permalink
Use npm coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed Nov 30, 2017
1 parent 33c5b7b commit 0bc85b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "lerna run clean",
"lint": "tslint **/*.ts -e **/node_modules/** -e **/dist/**",
"coverage": "jest --coverage",
"coveralls": "jest --coverage && cat coverage/lcov.info | coveralls",
"coveralls": "npm run coverage && cat coverage/lcov.info | coveralls",
"test": "jest"
},
"private": true,
Expand Down

0 comments on commit 0bc85b0

Please sign in to comment.