From 744c6647d577dbfd7934b6556a142fdcc7593a9c Mon Sep 17 00:00:00 2001 From: adrien2p Date: Thu, 10 Feb 2022 12:00:02 +0100 Subject: [PATCH] fix: Remove postinstall script using husky --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index d310ae23..91c5685b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "url": "https://github.com/adrien2p/medusa-extender/issues" }, "scripts": { - "postinstall": "husky install", "lint": "./node_modules/.bin/eslint src --fix", "format": "./node_modules/.bin/prettier src --write", "build:ts": "./node_modules/.bin/swc src -d ./dist --config-file .swcrc",