diff --git a/.husky/pre-commit b/.husky/pre-commit index 3ad86d6..0144650 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,3 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" npm run lint && npm run format && npm run test && npm run test:arch && git add .