Remove the deps.update at commit time

Way too long to commit
This commit is contained in:
Massedil
2025-12-15 17:13:07 +01:00
parent 3ffdd68b8c
commit e1d0a5d78d

View File

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