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,7 +1,7 @@
test:
python3 -m unittest --verbose
default:
just --list
maclocalbuild:
build-local-mac:
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose
clean:
@@ -9,3 +9,6 @@ clean:
rm -rf ./bdkpython.egg-info/
rm -rf ./build/
rm -rf ./dist/
test:
python3 -m unittest --verbose