We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858a39f commit 98a0693Copy full SHA for 98a0693
justfile
@@ -16,6 +16,11 @@ clean:
16
rm -rf ./build/
17
rm -rf ./dist/
18
19
+[group("Submodule")]
20
+[doc("Reset bdk-ffi submodule to committed hash.")]
21
+reset-submodule:
22
+ git submodule update --init --recursive --force
23
+
24
[group("Test")]
25
[doc("Run all tests.")]
26
test:
0 commit comments