Skip to content

Commit

Permalink
fix: refactor as npm command is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LijuJoseJJ committed Mar 19, 2021
1 parent 4c3d5a5 commit 834c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test",
"commit-msg": "npx --no-install commitlint --edit $1"
"commit-msg": "commitlint --edit $1"
}
},
"license": "CC0-1.0",
Expand Down

0 comments on commit 834c32e

Please sign in to comment.