chore: add just files to streamline common tasks
This commit is contained in:
5
bdk-python/justfile
Normal file
5
bdk-python/justfile
Normal file
@@ -0,0 +1,5 @@
|
||||
test:
|
||||
python -m unittest --verbose
|
||||
|
||||
maclocalbuild:
|
||||
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose
|
||||
Reference in New Issue
Block a user