diff --git a/.husky/pre-commit b/.husky/pre-commit index 2ca984a39..851682a3c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,2 @@ npm run pre-commit -python3 ./check_i18n.py -./check_deps.sh || ( - npm update - mix deps.update --all - exit 1 -) \ No newline at end of file +python3 ./check_i18n.py \ No newline at end of file