diff --git a/.husky/pre-commit b/.husky/pre-commit index e30cfee..c1636c8 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,2 @@ #!/usr/bin/env sh -npm run format:check || exit 1 -npm run lint || exit 1 +npm run check || exit 1