Skip to content

Commit

Permalink
chore: add submodule pull
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed Jan 14, 2024
1 parent 0935b26 commit ccf3865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ check-update target:
clone:
@echo "Initializing and cloning submodules"
git submodule update --init --recursive
git pull --recurse-submodules --jobs=10

push-packages:
cd {{pkgsdir}} && ./build-db.sh
Expand Down

0 comments on commit ccf3865

Please sign in to comment.