diff --git a/.husky/pre-commit b/.husky/pre-commit index 0836a1c5..de6b606b 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -#npm run format -#npm run lint -#npm run typecheck -#git add . +npm run format +npm run lint +npm run typecheck +git add .