Skip to content

Commit

Permalink
add test:unit to pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Dec 8, 2017
1 parent 13bf1cd commit 6cd1a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"pre-commit": [
"lint"
"lint",
"test:unit"
],
"nyc": {
"all": true,
Expand Down

0 comments on commit 6cd1a8d

Please sign in to comment.