go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/analysis/frontend/ui/Makefile (about) 1 default: help 2 3 help: 4 @echo "Available commands:" 5 @sed -n '/^[a-zA-Z0-9_]*:/s/:.*//p' <Makefile 6 7 # Called as part of LUCI Analysis build for luci-go-gae-tarballs-continuous. 8 # See build/gae/luci-analysis.yaml. 9 release: 10 npm ci && npm run build