Skip to content

Commit

Permalink
try changing prepare to postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Dec 4, 2023
1 parent bbaa50b commit 1207278
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 @@ -86,7 +86,7 @@
"release": "yarn run build && electron-builder",
"lint": "eslint ./",
"format": "prettier --write ./",
"prepare": "husky install",
"postinstall": "husky install",
"prepack": "yarn build"
},
"build": {
Expand Down

0 comments on commit 1207278

Please sign in to comment.