Fix duplicate help text for build targets in Makefile (#4092)
This commit is contained in:
parent
3110e8f810
commit
c7840966e2
4
Makefile
4
Makefile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue