feat: add npx, fixes ghfw

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

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

Loading…
Cancel
Save