Skip to content

Commit

Permalink
Merge pull request conventional-changelog#103 from verdaccio/fix-comm…
Browse files Browse the repository at this point in the history
…itlint

chore: execute commitlint on commit-msg and not pre-commit
  • Loading branch information
juanpicado authored Jul 15, 2019
2 parents 9343503 + 4dd953e commit 684e989
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 @@ -157,7 +157,7 @@
},
"husky": {
"hooks": {
"pre-commit": "commitlint -e $GIT_PARAMS"
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"license": "MIT",
Expand Down

0 comments on commit 684e989

Please sign in to comment.