Skip to content

Commit

Permalink
Fix invalid postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 5, 2024
1 parent 4177802 commit de5b896
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 @@ -35,7 +35,7 @@
"build": "tsc",
"test": "jest",
"lint": "eslint . --cache",
"postinstall": "husky install && yarn build",
"prepare": "husky install && yarn build",
"version": "manual-git-changelog onversion"
},
"jest": {
Expand Down

0 comments on commit de5b896

Please sign in to comment.