npm run pre-commit
python3 ./check_i18n.py
./check_deps.sh || (
  npm update
  mix deps.update --all
  exit 1
)