Fix duplicate help text for build targets in Makefile (#4092)

This commit is contained in:
Nick Popovic 2025-07-14 00:42:07 -04:00 committed by GitHub
parent 3110e8f810
commit c7840966e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ help:
@echo ""
@echo "Usage:"
@echo " make install - Install npm dependencies"
@echo " make build - Build the entire project"
@echo " make build-all - Build the entire project"
@echo " make build - Build the main project"
@echo " make build-all - Build the main project and sandbox"
@echo " make test - Run the test suite"
@echo " make lint - Lint the code"
@echo " make format - Format the code"