From 7e8e912a852df0bab50fbf36dc39afc849bdb95f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 13 May 2023 11:27:49 +0100 Subject: [PATCH] fix: remove postinstall command --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4a7ac20c..cd72fdbd 100644 --- a/package.json +++ b/package.json @@ -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}\"",