Skip to content

Commit

Permalink
chore: split up NPM scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 20, 2019
1 parent 70b96d0 commit 3be181a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -54,9 +54,11 @@
"node": ">= 8.0"
},
"scripts": {
"ava": "ava test/index.js",
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"coverage": "nyc npm run ava",
"lint": "eslint .",
"test": "npm run lint && nyc ava test/index.js"
"test": "npm run lint && npm run coverage"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 3be181a

Please sign in to comment.