From f2c2e01b6cf03aaf3c6bff7164ad0b9adc8520e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Catal=C3=A1n?= Date: Thu, 28 Dec 2023 18:10:12 -0500 Subject: [PATCH] fix: remove postinstall with prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8a7e03..8a931a7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "docs": "sf-docs", "format": "wireit", "lint": "wireit", - "postinstall": "yarn husky install", + "prepare": "sf-install && yarn build", "postpack": "shx rm -f oclif.manifest.json oclif.lock", "prepack": "sf-prepack", "test": "wireit",