This commit is contained in:
Laurent GAY
2025-12-10 17:11:01 +01:00
parent 12069ccc0e
commit 36f300abcd

View File

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