From be9db8ebd8e7e8358b90bb2d03ccea3aead4c456 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Fri, 3 Feb 2023 22:52:04 -0600 Subject: [PATCH] fix: remove duplicate test run in pre-commit hook --- .husky/pre-commit | 1 - 1 file changed, 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index dc399ad..4f431e2 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,6 +2,5 @@ . "$(dirname -- "$0")/_/husky.sh" npm run lint-fix-staged -npm run tests npm run test-coverage npm run format-staged \ No newline at end of file