diff options
author | Beatriz Rezener <beatrizrezener@users.noreply.github.com> | 2020-07-20 14:06:39 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 19:06:39 +0200 |
commit | 3a1b338a7a579a45543b031a003abdce4dc6ac67 (patch) | |
tree | 869e249d91577d9b4bc4932d0066fb09128524c8 | |
parent | b502866960b30863e56968bd35e720905ac58025 (diff) | |
download | jquery-3a1b338a7a579a45543b031a003abdce4dc6ac67.tar.gz jquery-3a1b338a7a579a45543b031a003abdce4dc6ac67.zip |
Build: Fix commitplease husky config
Fixes gh-4735
Closes gh-4737
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 71fb5fd64..699b1c999 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ }, "husky": { "hooks": { - "commit-msg": "node node_modules/commitplease", + "commit-msg": "commitplease .git/COMMIT_EDITMSG", "pre-commit": "grunt lint:newer qunit_fixture" } } |