diff --git a/.husky/pre-commit b/.husky/pre-commit index d37daa075e..041c660c92 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install lint-staged diff --git a/.husky/pre-push b/.husky/pre-push index 449fcdee1d..72c4429bc9 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm test