From 9106f2f68a9a6c1c576b4a2f74b8c52e129dfb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Podlipsk=C3=BD?= Date: Mon, 18 May 2020 10:22:45 +0200 Subject: [PATCH] Makefile: Build should build bundled plugins --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 80a78a257a0..5f60a7a714c 100644 --- a/Makefile +++ b/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.