Skip to content

Commit

Permalink
chore: re-enable husky hooks after releasing for first time
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Nov 6, 2020
1 parent 376c57c commit dffb0ed
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 @@ -70,7 +70,9 @@
},
"husky": {
"hooks": {

"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-rebase": "HUSKY_SKIP_HOOKS=1"
}
},
"lint-staged": {
Expand Down

0 comments on commit dffb0ed

Please sign in to comment.