diff --git a/.husky/pre-commit b/.husky/pre-commit index 19af96b..7e1eb6b 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,3 @@ -# npm run tsc -# npm run lint:fix -# npm run test +npm run tsc +npm run lint:fix +npm run test:ci