From ebfcecb88b5b73ebd86a9a3821c1ab75a0ba27f5 Mon Sep 17 00:00:00 2001 From: icslucas Date: Sun, 5 Oct 2025 09:15:59 +0200 Subject: [PATCH] Update pre-commit to fix commiting bug --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 8f6c78dab..a282f31f5 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -5,4 +5,4 @@ export PATH="/usr/local/bin:$HOME/.npm-global/bin:$HOME/.nvm/versions/node/$(node -v)/bin:$PATH" # Then run lint-staged if tests pass -npx.cmd lint-staged +npx lint-staged