From 1c0750604bde59e65bd66802264ff1cd75bafb3d Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Fri, 5 Dec 2025 15:00:18 -0600 Subject: [PATCH] chore(config): remove pre-commit hook that runs non-existent tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El hook pre-commit ejecutaba npm test, pero el proyecto no tiene tests configurados. Solo se necesita commit-msg para commitlint. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .husky/pre-commit | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index 72c4429b..00000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -npm test