mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
update justfile
This commit is contained in:
parent
43e060ee03
commit
915ba47ccc
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -20,7 +20,7 @@ test:
|
||||||
uv run pytest -vvv --tb=short --log-cli-level=INFO
|
uv run pytest -vvv --tb=short --log-cli-level=INFO
|
||||||
|
|
||||||
compile:
|
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:
|
clean:
|
||||||
uv run pyclean src test
|
uv run pyclean src test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue