From 2c66bd6b4c52df1fddb0a2a9b11161c373c2e628 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 23 Jul 2021 10:00:59 -0400 Subject: [PATCH] Removing husky postinstall --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 970d75b..f3061ac 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "scripts": { "build": "tsc", "lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src", - "postinstall": "husky install", "prepare": "yarn run build" }, "repository": "https://github.com/LemmyNet/lemmy-js-client",