diff --git a/justfile b/justfile index f913cad..26f626f 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,6 @@ default: # create venv, install dependencies setup: uv sync - # install the other tools: prek, mise # builds a package build: @@ -22,7 +21,6 @@ upload: build console: uv run textual console - # run app with logs going to console run-console: uv run textual run --dev {{ the_app }} @@ -54,11 +52,6 @@ lint: uv run ruff check . markdownlint-cli2 . -# remove artefacts from dist/ -clean: - rm dist/*.whl dist/*.tar.gz - # consider xargs, or something that won't explode on many files - # pretend we are CI ci: lint prek run --all-files