X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.husky%2Fpre-commit;h=cf0c46b936c647a48c38cfbf9d837b280fcbb754;hb=276e05aec38f4e8b4a8d5ebd8cbbcb30592b414d;hp=d24fdfc601b9ffe8ccc3fca5d3b873109dc56c4a;hpb=f59858d8518c5217a8444e44a7f091f49d928e53;p=e-mobility-charging-stations-simulator.git 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