diff --git a/.husky/pre-commit b/.husky/pre-commit index 851682a3c..8c59c9da1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,4 @@ npm run pre-commit -python3 ./check_i18n.py \ No newline at end of file +python3 ./check_i18n.py +npm update +mix deps.update --all \ No newline at end of file