From aa3c46823479a4d60179f70ae4a718521cb20e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20A=2E=20Zapata=20H=C3=A4ntsch?= Date: Fri, 3 Jan 2025 16:10:33 -0300 Subject: [PATCH] chore(root): remove tests from pre-push hooks --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index 9aba19d51..6ca46a751 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1 +1 @@ -pnpm run lint && pnpm run test && pnpm run test:e2e +pnpm run lint