We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a9a5d commit f7a56cdCopy full SHA for f7a56cd
frontend/Makefile
@@ -3,7 +3,9 @@
3
.PHONY: help
4
help: ## Display this help message
5
@echo "Frontend Makefile - Available targets:"
6
- @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
+ @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | \
7
+ awk 'BEGIN {FS = ":.*?## "}; \
8
+ {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
9
10
.PHONY: install
11
install: ## Install npm dependencies
0 commit comments