Skip to content

Commit

Permalink
chore: disable coverage for test in pre-push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoes committed Apr 24, 2019
1 parent 32a3254 commit e7f0001
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 @@ -18,7 +18,7 @@
"husky": {
"hooks": {
"pre-commit": "npm run lint:fix",
"pre-push": "npm run lint:prod && npm test"
"pre-push": "npm run lint:prod && npm test -- --coverage=false"
}
},
"dependencies": {
Expand Down

0 comments on commit e7f0001

Please sign in to comment.