Skip to content

Commit

Permalink
prepare command modified
Browse files Browse the repository at this point in the history
  • Loading branch information
ubheamar committed Sep 15, 2024
1 parent 37bfc55 commit ead178a
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 @@ -11,7 +11,7 @@
"format": "prettier --write .",
"format:staged": "pretty-quick --staged --verbose",
"test": "cd test && yo ../generators/app/index.js",
"prepare": "husky",
"prepare": "husky || true",
"hooks:pre-commit": "npm run format:staged && npm run lint:staged"
},
"keywords": [
Expand Down

0 comments on commit ead178a

Please sign in to comment.