Skip to content

Commit

Permalink
add npm cover script
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jul 21, 2019
1 parent 8c7741a commit 8764397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"node": ">=8"
},
"scripts": {
"cover": "npx nyc ava",
"test": "xo && ava && tsd"
},
"files": [
Expand All @@ -37,6 +38,7 @@
"ava": "^1.4.1",
"eslint": "^6.0.1",
"lodash": "^4.17.14",
"nyc": "^14.1.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
Expand Down

0 comments on commit 8764397

Please sign in to comment.