Update Makefile (#37926)

This commit is contained in:
Will Browne 2021-08-17 12:06:33 +02:00 committed by GitHub
parent 483c597740
commit 8a2f63ee06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ build-server: ## Build Grafana server.
$(GO) run build.go build-server
build-cli: ## Build Grafana CLI application.
@echo "build in CI environment"
@echo "build grafana-cli"
$(GO) run build.go build-cli
build-js: ## Build frontend assets.