fix: replace npx with pnpm exec in husky hook, clear shamefully-hoist from .npmrc
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-05-10 21:40:30 +01:00
parent 1cd20291d0
commit d5f880d631
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
npx lint-staged
pnpm exec lint-staged

1
.npmrc
View file

@ -1 +0,0 @@
shamefully-hoist=false