.PHONY: build test build: go build npm install npm run build test: go test ./...