From 7d8bb31e46926dba01aab5e94ee9f965038d95b0 Mon Sep 17 00:00:00 2001 From: Nayyir Jutha Date: Tue, 5 Nov 2024 12:05:24 -0600 Subject: [PATCH] [NayNay] Install Issue - removed postinstall script from package json - hindering our users from installing the CLI through npm --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 519b6f47..e69118f6 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,7 @@ "find-deadcode": "ts-prune", "generate:types": "dev/bin/generate-types.sh", "generate:docs": "typedoc --options typedoc.config.cjs --tsconfig tsconfig.json", - "prepare": "husky", - "postinstall": "patch-package", + "prepare": "husky && patch-package", "prepack": "pinst --disable", "postpack": "pinst --enable", "publish:rc": "yarn burn && yarn build && npm publish --tag next",