From 9a10741eedb1b3048609b49b2402b6b9ad25b063 Mon Sep 17 00:00:00 2001 From: tunc_a Date: Thu, 10 Aug 2023 09:50:02 +0200 Subject: [PATCH] fix: Use pnpm instead npx for lint-staged pre-commit (#266) --- .husky/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 481b701881..b2000b1a1e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,5 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged -pnpm run lintPython +pnpm lint-staged +pnpm run lintPython \ No newline at end of file