Skip to content

Commit 7e8e912

Browse files
committed
fix: remove postinstall command
1 parent 753a3e0 commit 7e8e912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
],
3333
"scripts": {
3434
"build": "unbuild",
35-
"postinstall": "husky install",
3635
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
3736
"lint:all:eslint": "pnpm lint:eslint --ext .js,.ts .",
3837
"lint:all:prettier": "pnpm lint:prettier \"{src,test,docs}/*.{js,json,ts}\"",

0 commit comments

Comments
 (0)