From f08806a775c96c0ac74004e2c23d7975445f3576 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 23 Oct 2024 09:19:52 +0200 Subject: [PATCH] chore(maintenance): exclude e2e tests from pre-push hook --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index 2b304916c9..ebb286f3b0 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -4,4 +4,4 @@ npm t \ -w packages/parameters \ -w packages/parser -npx vitest --run --coverage --changed="$(git merge-base HEAD main)" \ No newline at end of file +npx vitest --run --coverage --changed="$(git merge-base HEAD main)" tests/unit