Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit e736e26

Browse files
author
Kent C. Dodds
committed
chore(githooks): Remove check-coverage commit hook
Because that's not a very friendly way to encurage contributions. Handle that with tooling on the PR.
1 parent dd70e46 commit e736e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"config": {
5252
"ghooks": {
5353
"commit-msg": "validate-commit-msg",
54-
"pre-commit": "npm run cover && npm run check-coverage && npm run build"
54+
"pre-commit": "npm run cover && npm run build"
5555
},
5656
"commitizen": {
5757
"path": "node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)