Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
change prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Benni committed Feb 21, 2022
1 parent c2273e9 commit e423a83
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 @@ -14,7 +14,7 @@
"fmt": "npm run prettier -- --write",
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"prepublishOnly": "npm run build && npm run ios:build",
"prepare": "husky install"
"prepare": "husky install && npm pack"
},
"author": "Max Lynch <[email protected]>, Thomas Vidas <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e423a83

Please sign in to comment.