Skip to content

Commit

Permalink
fix(husky): fixing mistype in pre-commit
Browse files Browse the repository at this point in the history
ref #260
  • Loading branch information
Brian Martin committed Jun 30, 2019
1 parent 4e626f3 commit 5866158
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 @@ -132,7 +132,7 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm-run-all -p lint test",
"precommit": "lint-staged"
"pre-commit": "lint-staged"
}
},
"jest": {
Expand Down

0 comments on commit 5866158

Please sign in to comment.