feat: add npx, fixes ghfw

v1.18.x
Barış Soner Uşaklı 5 years ago
parent ce6b20c4b7
commit a294e1cdd1

@ -18,8 +18,8 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged", "pre-commit": "npx lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" "commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
} }
}, },
"lint-staged": { "lint-staged": {

Loading…
Cancel
Save