Update Makefile (#37926)

pull/37959/head
Will Browne 4 years ago committed by GitHub
parent 483c597740
commit 8a2f63ee06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

@ -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.

Loading…
Cancel
Save