From 7ad3fbc0f9eebfc4e86623be94e7c3dfbe9e611d Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 21 Apr 2021 18:09:48 +0200 Subject: [PATCH] Disabling tests in pre-commit to speed up the commits. --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 660b8209..598a5dce 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,4 +2,4 @@ . "$(dirname "$0")/_/husky.sh" npm run lint -npm run test +# npm run test