Skip to content

Commit

Permalink
Build: Fix commitplease husky config
Browse files Browse the repository at this point in the history
Fixes gh-4735
Closes gh-4737

(cherry picked from commit 3a1b338)
  • Loading branch information
beatrizrezener authored and mgol committed Jul 20, 2020
1 parent 25407dc commit d32a7a5
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 @@ -110,7 +110,7 @@
},
"husky": {
"hooks": {
"commit-msg": "node node_modules/commitplease",
"commit-msg": "commitplease .git/COMMIT_EDITMSG",
"pre-commit": "grunt lint:newer qunit_fixture"
}
}
Expand Down

0 comments on commit d32a7a5

Please sign in to comment.