X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.husky%2Fpre-commit;h=041c660c92b36e939248b12a0fb99f203d210be2;hb=80115618ce24038f504dc447dfb7c4fbd9c5d698;hp=d24fdfc601b9ffe8ccc3fca5d3b873109dc56c4a;hpb=86092b199b858c308849ddcf2900a7733251364a;p=poolifier.git diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc6..041c660c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npx lint-staged +npx --no-install lint-staged