From e1d0a5d78d8c3d443365640f39e34707fbeb48a1 Mon Sep 17 00:00:00 2001 From: Massedil Date: Mon, 15 Dec 2025 17:13:07 +0100 Subject: [PATCH] Remove the deps.update at commit time Way too long to commit --- .husky/pre-commit | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 2ca984a39..851682a3c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,2 @@ npm run pre-commit -python3 ./check_i18n.py -./check_deps.sh || ( - npm update - mix deps.update --all - exit 1 -) \ No newline at end of file +python3 ./check_i18n.py \ No newline at end of file