diff --git a/justfile b/justfile index 5e9a45e..0f7c76b 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,7 @@ console: the_app := "teilchensammler_cli.main" # run app with logs going to console -run-dev: +run-console: uv run textual run --dev {{ the_app }} # run the app @@ -65,6 +65,7 @@ ci: lint # woodpecker-cli exec "whatever" # create a new realese [CURRENTLY USELESS] +[private] release: @echo remember to git tag and update pyproject.toml uv build