diff --git a/.husky/pre-commit b/.husky/pre-commit index 3a3b5d8..4e581b8 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx lint-staged; \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push index dc80479..5ec05a3 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,5 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - make lint; make test; \ No newline at end of file