Skip to content

Commit 76da60d

Browse files
committed
chore(ci/cd): fix formatting glitch in makefile help
1 parent fa1deae commit 76da60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ help:
1717
@echo "frontend-dev Run the frontend in developer mode on localhost:5173"
1818
@echo "frontend-typegen Generate types for the frontend from the OpenAPI schema"
1919
@echo "frontend-prettier Format the frontend using lint:prettier"
20-
@echo "wheel Build the wheel for the current version"
20+
@echo "wheel Build the wheel for the current version"
2121
@echo "tag-release Tag the GitHub repository with the current version (use at release time only!)"
2222
@echo "openapi Generate the OpenAPI schema for the app, outputting to stdout"
2323
@echo "docs Serve the mkdocs site with live reload"

0 commit comments

Comments
 (0)