From a3883b9ab24b842ccc4330ea3a524b3b8c45530a Mon Sep 17 00:00:00 2001 From: Edward Moyse Date: Fri, 25 Oct 2024 15:12:20 +0200 Subject: [PATCH] Disable excessive pre-commit check --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index c67afa34..2bdbaee1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,3 @@ -npm run test:ci +#npm run test:ci yarn lint-staged