Skip to content

Commit

Permalink
Update bootstrap with new web5-spec location
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq committed Jan 31, 2024
1 parent b047d2b commit 77e057b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ bootstrap:
# Initialize submodules
git submodule update --init
# Initialize sparse checkout in the `web5-spec` submodule
git -C web5-spec config core.sparseCheckout true
git -C Tests/Web5TestVectors/web5-spec config core.sparseCheckout true
# Sparse checkout only the `test-vectors` directory from `web5-spec`
git -C web5-spec sparse-checkout set test-vectors
git -C Tests/Web5TestVectors/web5-spec sparse-checkout set test-vectors
# Update submodules so they sparse checkout takes effect
git submodule update
format:
Expand Down

0 comments on commit 77e057b

Please sign in to comment.