Skip to content

Commit

Permalink
Adapt package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarvelickovic committed Dec 21, 2022
1 parent dd9d301 commit 8e7a947
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 run prepublishOnly"
},
"author": "Max Lynch <[email protected]>, Thomas Vidas <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8e7a947

Please sign in to comment.