We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1deae commit 76da60dCopy full SHA for 76da60d
Makefile
@@ -17,7 +17,7 @@ help:
17
@echo "frontend-dev Run the frontend in developer mode on localhost:5173"
18
@echo "frontend-typegen Generate types for the frontend from the OpenAPI schema"
19
@echo "frontend-prettier Format the frontend using lint:prettier"
20
- @echo "wheel Build the wheel for the current version"
+ @echo "wheel Build the wheel for the current version"
21
@echo "tag-release Tag the GitHub repository with the current version (use at release time only!)"
22
@echo "openapi Generate the OpenAPI schema for the app, outputting to stdout"
23
@echo "docs Serve the mkdocs site with live reload"
0 commit comments