just: hide useless recipe
This commit is contained in:
parent
f41f8e28e5
commit
86ef698219
1 changed files with 2 additions and 1 deletions
3
justfile
3
justfile
|
|
@ -18,7 +18,7 @@ console:
|
||||||
the_app := "teilchensammler_cli.main"
|
the_app := "teilchensammler_cli.main"
|
||||||
|
|
||||||
# run app with logs going to console
|
# run app with logs going to console
|
||||||
run-dev:
|
run-console:
|
||||||
uv run textual run --dev {{ the_app }}
|
uv run textual run --dev {{ the_app }}
|
||||||
|
|
||||||
# run the app
|
# run the app
|
||||||
|
|
@ -65,6 +65,7 @@ ci: lint
|
||||||
# woodpecker-cli exec "whatever"
|
# woodpecker-cli exec "whatever"
|
||||||
|
|
||||||
# create a new realese [CURRENTLY USELESS]
|
# create a new realese [CURRENTLY USELESS]
|
||||||
|
[private]
|
||||||
release:
|
release:
|
||||||
@echo remember to git tag and update pyproject.toml
|
@echo remember to git tag and update pyproject.toml
|
||||||
uv build
|
uv build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue