Skip to content

Commit ee3ce7b

Browse files
consolidate cog just recipe
1 parent 797cac1 commit ee3ce7b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.just/documentation.just

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,3 @@ serve PORT="8000": cog
2424
HOST="0.0.0.0"
2525
fi
2626
uv run --extra docs sphinx-autobuild docs docs/_build/html --host "$HOST" --port {{ PORT }}
27-
28-
[no-cd]
29-
[private]
30-
cog:
31-
uv run --with cogapp cog -r CONTRIBUTING.md README.md pyproject.toml

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default:
1010

1111
[private]
1212
cog:
13-
uv run --with cogapp cog -r CONTRIBUTING.md
13+
uv run --with cogapp cog -r CONTRIBUTING.md README.md pyproject.toml
1414

1515
[private]
1616
fmt:

0 commit comments

Comments
 (0)