]> source.dussan.org Git - jquery.git/commitdiff
Build: Fix commitplease husky config
authorBeatriz Rezener <beatrizrezener@users.noreply.github.com>
Mon, 20 Jul 2020 17:06:39 +0000 (14:06 -0300)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 20 Jul 2020 17:12:28 +0000 (19:12 +0200)
Fixes gh-4735
Closes gh-4737

(cherry picked from commit 3a1b338a7a579a45543b031a003abdce4dc6ac67)

package.json

index 2ba3ccd9681562cde021020fbc14e23610b334ff..ef590e3fddbff437f0e4d17e3bb5ffd634bd77e1 100644 (file)
   },
   "husky": {
     "hooks": {
-      "commit-msg": "node node_modules/commitplease",
+      "commit-msg": "commitplease .git/COMMIT_EDITMSG",
       "pre-commit": "grunt lint:newer qunit_fixture"
     }
   }