Skip to content

Commit

Permalink
feat: add npx, fixes ghfw
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jul 24, 2020
1 parent ce6b20c commit a294e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit a294e1c

Please sign in to comment.