Skip to content

Commit c8a3f9a

Browse files
committed
chore: remove postinstall step
resolves #565
1 parent c993b0a commit c8a3f9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"prepublishOnly": "pnpm lint && pnpm test",
5151
"release": "bumpp && npm publish && git push --follow-tags",
5252
"test": "vitest run",
53-
"test:types": "tsc --noEmit",
54-
"postinstall": "husky install"
53+
"test:types": "tsc --noEmit"
5554
},
5655
"dependencies": {
5756
"@capacitor/cli": "^6.0.0",

0 commit comments

Comments
 (0)