Skip to content

Commit

Permalink
fix: allow husky to fail when package installed as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvera committed May 15, 2024
1 parent dc3ac37 commit 88905a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
"smoke": "yarn build && yarn lint && yarn test:utc",
"docs": "typedoc && prettier --ignore-unknown --write docs/",
"-- PRE-COMMIT HOOKS --": "",
"postinstall": "husky install",
"postinstall": "husky || true",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"prepare": "husky"
"postpublish": "pinst --enable"
},
"dependencies": {
"@date-fns/utc": "^1.2.0",
Expand Down

0 comments on commit 88905a5

Please sign in to comment.