fix cli compilation

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 00:29:37 -07:00
parent 8b39991bcd
commit 5d0f1da322
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 3 additions and 2 deletions

View file

@ -20,12 +20,12 @@ test:
uv run pytest -vvv --tb=short --log-cli-level=INFO
compile:
uv run pyinstaller --clean -F src/cmd.py --name smithycmd
uv run --with-requirements src/smithycmd.py pyinstaller --clean -F src/smithycmd.py --name smithycmd
clean:
uv run pyclean src test
uv run ruff clean
rm -rf smithy.spec build dist .pytest_cache .hypothesis .benchmarks __marimo__
rm -rf smithycmd.spec build dist .pytest_cache .hypothesis .benchmarks __marimo__
wipe:
just clean