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