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