diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 00000000..3b041f8c --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,2 @@ +echo "precommit" +yarn check-all diff --git a/package.json b/package.json index b16cb3a8..c6021061 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", "eslint": "^8.19.0", "eslint-plugin-jest": "^27.4.2", + "husky": "^9.1.7", "jest": "^29.7.0", "prettier": "^2.4.1", "react": "18.2.0",