Makefile: Build should build bundled plugins

pull/24793/head
Šimon Podlipský 6 years ago committed by GitHub
parent 9622536a98
commit 9106f2f68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Makefile

@ -42,6 +42,7 @@ build-cli: ## Build Grafana CLI application.
build-js: ## Build frontend assets.
@echo "build frontend"
yarn run build
yarn run plugins:build-bundled
build: build-go build-js ## Build backend and frontend.

Loading…
Cancel
Save