From 677c3c1e73c34217b7bed3a42dad9918988531b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 19 Dec 2022 11:49:52 +0100 Subject: [PATCH] chore: fix lint-staged precommit hooks --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 64e09aba..c70c608e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no lint-staged \ No newline at end of file +npx --no-install lint-staged \ No newline at end of file