From 65a850994f6cb0494b6e26151a9610151a76ebbd Mon Sep 17 00:00:00 2001 From: Laurent GAY Date: Fri, 5 Dec 2025 11:01:35 +0100 Subject: [PATCH] check update in pre-commit - #1814 --- .husky/pre-commit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 851682a3c..8c59c9da1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,4 @@ npm run pre-commit -python3 ./check_i18n.py \ No newline at end of file +python3 ./check_i18n.py +npm update +mix deps.update --all \ No newline at end of file