Skip to content

Commit

Permalink
chore: remove postinstall step
Browse files Browse the repository at this point in the history
resolves #565
  • Loading branch information
danielroe committed May 27, 2024
1 parent c993b0a commit c8a3f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"prepublishOnly": "pnpm lint && pnpm test",
"release": "bumpp && npm publish && git push --follow-tags",
"test": "vitest run",
"test:types": "tsc --noEmit",
"postinstall": "husky install"
"test:types": "tsc --noEmit"
},
"dependencies": {
"@capacitor/cli": "^6.0.0",
Expand Down

0 comments on commit c8a3f9a

Please sign in to comment.