feat: add npx, fixes ghfw

This commit is contained in:
Barış Soner Uşaklı
2020-07-24 12:03:35 -04:00
parent ce6b20c4b7
commit a294e1cdd1

View File

@@ -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": {