diff options
author | Beatriz Rezener <beatrizrezener@users.noreply.github.com> | 2020-07-20 14:06:39 -0300 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-07-20 19:12:28 +0200 |
commit | d32a7a524f6c8734fff925dd5a6badde2fb825f5 (patch) | |
tree | 0cf62b45ba12f3499da954cc5dec1b53edaf2b9c /package.json | |
parent | 25407dcaf5b103ea1055225be502127a34001adc (diff) | |
download | jquery-d32a7a524f6c8734fff925dd5a6badde2fb825f5.tar.gz jquery-d32a7a524f6c8734fff925dd5a6badde2fb825f5.zip |
Build: Fix commitplease husky config
Fixes gh-4735
Closes gh-4737
(cherry picked from commit 3a1b338a7a579a45543b031a003abdce4dc6ac67)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2ba3ccd96..ef590e3fd 100644 --- a/package.json +++ b/package.json @@ -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" } } |