From f14d9a475aebc5326b19447225b8b7ffde730e56 Mon Sep 17 00:00:00 2001 From: alecdwm Date: Thu, 25 Jul 2024 06:21:22 +0000 Subject: [PATCH] fix: don't lint/check types on commit, dont test on push --- .husky/pre-commit | 2 -- .husky/pre-push | 4 ---- 2 files changed, 6 deletions(-) delete mode 100755 .husky/pre-push diff --git a/.husky/pre-commit b/.husky/pre-commit index a50905790..5b20d854c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,5 +2,3 @@ . "$(dirname -- "$0")/_/husky.sh" yarn pretty-quick --staged -yarn lint -- --max-warnings=0 -yarn check-types diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index bfc028b72..000000000 --- a/.husky/pre-push +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -yarn test