Skip to content

Commit

Permalink
refactor: 💡 disable husky on vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
chauduong1192 committed Dec 5, 2024
1 parent 442eae5 commit 4e05443
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 @@ -13,7 +13,7 @@
"format": "prettier -w .",
"format:check": "prettier -c .",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prepare": "husky install"
"prepare": "if [[ $NODE_ENVIRONMENT != \"production\" ]]; then husky install; fi"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.22.11",
Expand Down

0 comments on commit 4e05443

Please sign in to comment.