Skip to content

Commit

Permalink
add build step to prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Dec 4, 2023
1 parent 930f7d6 commit 0639db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"release": "yarn run build && electron-builder",
"lint": "eslint ./",
"format": "prettier --write ./",
"prepare": "husky install"
"postinstall": "husky install",
"prepack": "yarn build"
},
"build": {
"afterSign": "build/notarize.js",
Expand Down

0 comments on commit 0639db3

Please sign in to comment.