From c90503cee81060dbeb7f19efed410b34e27fd465 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 16 Dec 2021 12:42:06 -0400 Subject: [PATCH] Remove precommit hook in favor of CI solution --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 4ad9747f..609a9adb 100644 --- a/package.json +++ b/package.json @@ -109,9 +109,7 @@ ] }, "husky": { - "hooks": { - "pre-commit": "yarn lint && yarn typecheck && yarn lint-staged" - } + "hooks": {} }, "engines": { "npm": "Use yarn!"