From 7bbcab13389ec2f96029dab94f077f6cb5447cee Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Fri, 3 Nov 2023 13:45:20 -0600 Subject: [PATCH] chore: test github install --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 708f0c8..da4f19b 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,7 @@ "lint": "eslint . --ext .ts", "postpublish": "yarn run clean", "posttest": "yarn lint", - "prepare": "husky install", - "postinstall": "tsc", + "prepare": "husky install && yarn build", "prepublishOnly": "yarn run build && oclif lock && oclif manifest . && oclif readme", "pretest": "yarn build --noEmit && tsc -p test --noEmit", "preversion": "yarn run clean",