From bfd8694795e92f59bb4c21e833c6aa70050ddf90 Mon Sep 17 00:00:00 2001 From: Cleve Stuart Date: Thu, 6 Oct 2022 14:00:30 -0700 Subject: [PATCH] Remove submodule syncing --- .husky/pre-commit | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 8d9df462..f3a67960 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,13 +2,3 @@ . "$(dirname "$0")/_/husky.sh" yarn pretty-quick --staged - -git submodule sync -git submodule update --init --recursive --remote - -for SUB_MODULE in `cat .gitmodules | grep path | cut -d= -f2` -do - echo "updating git submodule $SUB_MODULE" - git add $SUB_MODULE -done; -