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 npm run pre-commit
python3 ./check_i18n.py python3 ./check_i18n.py
npm update ./check_deps.sh || (
mix deps.update --all npm update
mix deps.update --all
exit 1
)