X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.husky%2Fpre-commit;h=cf0c46b936c647a48c38cfbf9d837b280fcbb754;hb=ddaf1fb7a464183eaf9def4d5338f62bf33e8d5a;hp=d24fdfc601b9ffe8ccc3fca5d3b873109dc56c4a;hpb=51c84d4b4b7a6bf52d72bfd353d29264f291a720;p=benchmarks-js.git diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc..cf0c46b 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