refactor: standardize justfile task names and parameters across projects

This commit is contained in:
Matthew
2024-05-06 14:34:36 -05:00
parent b7fe91b003
commit 7d951578d0
5 changed files with 48 additions and 33 deletions

View File

@@ -1,11 +1,14 @@
default:
just --list
build:
bash ./build-local-swift.sh
clean:
rm -rf ../bdk-ffi/target/
test:
swift test
offlinetests:
swift test --skip LiveWalletTests --skip LiveTxBuilderTests
clean:
rm -rf ../bdk-ffi/target/
test-offline:
swift test --skip LiveWalletTests --skip LiveTxBuilderTests