just: hide useless recipe

This commit is contained in:
bronsen 2026-02-19 21:02:02 +01:00
parent f41f8e28e5
commit 86ef698219

View file

@ -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