From: Jérôme Benoit Date: Fri, 22 Sep 2023 17:10:05 +0000 (+0200) Subject: build: refine husky configuration X-Git-Tag: v2.7.2~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=80cbfe5ceb22a312b4142592712c2c6eeebc9654;p=poolifier.git build: refine husky configuration Signed-off-by: Jérôme Benoit --- diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc6..cf0c46b9 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged +npx --no-install lint-staged