From 7fbfeb3b392fc931a3cd99460cfdec38f3e04fca Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 22 Mar 2026 22:15:00 +0100 Subject: [PATCH] chore(hooks): remove pre-push E2E hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit E2E tests run on CI anyway — running them locally before every push adds too much friction. Removed the hook; CI remains the safety net. Refs #48 Co-Authored-By: Claude Sonnet 4.6 --- .husky/pre-push | 1 - 1 file changed, 1 deletion(-) delete mode 100755 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index b8052229..00000000 --- a/.husky/pre-push +++ /dev/null @@ -1 +0,0 @@ -cd frontend && npm run test:e2e