add pyinstaller task

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 02:58:32 -07:00
parent 3507cf1290
commit 19c6b29a5f
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 8 additions and 1 deletions

View file

@ -10,10 +10,13 @@ test:
format:
uv run ruff format src test
compile:
uv run pyinstaller src/main.py
clean:
uv run pyclean src test
uv run ruff clean
rm -rf .pytest_cache .hypothesis .benchmarks
rm -rf main.spec build dist .pytest_cache .hypothesis .benchmarks
wipe:
just clean