From 084af827de6db9569808c30d929f0dc40119d5aa Mon Sep 17 00:00:00 2001 From: Mohamed Meabed <45731+meabed@users.noreply.github.com> Date: Sat, 4 Sep 2021 16:43:30 -0400 Subject: [PATCH] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ca070c6..4d665ff5 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,7 @@ "lint": "eslint --cache .", "test": "jest", "ci:test": "jest --coverage", - "preinstall": "npx only-allow pnpm", - "prepare": "husky install" + "prepare": "husky install && npx only-allow pnpm" }, "engines": { "node": ">= 12.0.0"