Files
mobilizon-frontend/.husky/pre-commit
2025-12-10 17:11:01 +01:00

7 lines
111 B
Plaintext
Executable File

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