Skip to content

Commit 98a0693

Browse files
chore: add submodule command to justfile
1 parent 858a39f commit 98a0693

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ clean:
1616
rm -rf ./build/
1717
rm -rf ./dist/
1818

19+
[group("Submodule")]
20+
[doc("Reset bdk-ffi submodule to committed hash.")]
21+
reset-submodule:
22+
git submodule update --init --recursive --force
23+
1924
[group("Test")]
2025
[doc("Run all tests.")]
2126
test:

0 commit comments

Comments
 (0)