From 58eb4543a362578593ee0c8168dd6fe313fb2a3b Mon Sep 17 00:00:00 2001 From: icslucas Date: Wed, 1 Oct 2025 19:58:20 +0200 Subject: [PATCH] Update .husky/pre-commit Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .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