update justfile

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 02:36:38 -07:00
parent 43e060ee03
commit 915ba47ccc
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

View file

@ -20,7 +20,7 @@ test:
uv run pytest -vvv --tb=short --log-cli-level=INFO
compile:
uv run --with-requirements src/smithycmd.py pyinstaller --clean -F src/smithycmd.py --name smithycmd
uv run --with-requirements src/smithycmd.py pyinstaller --clean -F src/smithycmd.py
clean:
uv run pyclean src test