Skip to content

Commit

Permalink
maint/build ~ refactor testing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Oct 4, 2019
1 parent ab911b1 commit e962f1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | codecov --disable=gcov --pipe",
"pretest:style": "xo",
"pretest:spell": "cspell *.js --no-summary",
"test": "xo && nyc --silent ava && tsd"
"pretest": "npm run pretest:spell && npm run pretest:style",
"test": "nyc --silent ava && tsd"
},
"files": [
"index.js",
Expand Down

0 comments on commit e962f1d

Please sign in to comment.