diff --git a/.husky/pre-commit b/.husky/pre-commit index d0e5e39..c02c710 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no-install lint-staged #&& npm test +# npx --no-install lint-staged && npm test