go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/examples/reactjs/example_app/Makefile (about) 1 default: help 2 3 help: 4 @echo "Available commands:" 5 @sed -n '/^[a-zA-Z0-9_]*:/s/:.*//p' <Makefile 6 7 # Use the following Make command in the tarball build of your project. 8 release: 9 npm ci && npm run build