diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
