Skip to content

Commit

Permalink
fix: remove postinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 13, 2023
1 parent 753a3e0 commit 7e8e912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
],
"scripts": {
"build": "unbuild",
"postinstall": "husky install",
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
"lint:all:eslint": "pnpm lint:eslint --ext .js,.ts .",
"lint:all:prettier": "pnpm lint:prettier \"{src,test,docs}/*.{js,json,ts}\"",
Expand Down

0 comments on commit 7e8e912

Please sign in to comment.