Skip to content

Commit

Permalink
Remove submodule syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna committed Oct 6, 2022
1 parent bfb9cf8 commit bfd8694
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit bfd8694

Please sign in to comment.