From 778455f542a376dc769b2f7a859ed6d77c53c945 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 3 Oct 2023 08:35:53 -0600 Subject: [PATCH] chore: add prepare for husky install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a172790e3..555639f8f 100644 --- a/package.json +++ b/package.json @@ -112,6 +112,7 @@ "lint": "eslint . --ext .ts", "posttest": "yarn lint && yarn test:circular-deps", "prepack": "yarn run build", + "prepare": "husky install", "pretest": "yarn build && tsc -p test --noEmit --skipLibCheck", "test:circular-deps": "madge lib/ -c", "test:e2e": "mocha --forbid-only \"test/**/*.e2e.ts\" --parallel --timeout 1200000",