Skip to content

Commit 218f833

Browse files
committed
refactor: rename documentation task commands for consistency
1 parent 5dccd04 commit 218f833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ testpaths = ["tests"]
7474

7575
[tool.taskipy.tasks]
7676
ci = "task format && task lint && task typecheck && task test"
77-
doc = "cd docs && mkdocs serve"
78-
doc-build = "cd docs && mkdocs build"
79-
doc-deploy = "cd docs && mkdocs gh-deploy"
77+
docs = "cd docs && mkdocs serve"
78+
docs-build = "cd docs && mkdocs build"
79+
docs-deploy = "cd docs && mkdocs gh-deploy"
8080
format = "ruff format"
8181
format-check = "ruff format --check"
8282
lint = "ruff check"

0 commit comments

Comments
 (0)