mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
add pyinstaller task
This commit is contained in:
parent
3507cf1290
commit
19c6b29a5f
2 changed files with 8 additions and 1 deletions
5
justfile
5
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue