mirror of
https://github.com/grafana/grafana.git
synced 2025-09-29 03:23:53 +08:00
Makefile: Build should build bundled plugins
This commit is contained in:
1
Makefile
1
Makefile
@ -42,6 +42,7 @@ build-cli: ## Build Grafana CLI application.
|
|||||||
build-js: ## Build frontend assets.
|
build-js: ## Build frontend assets.
|
||||||
@echo "build frontend"
|
@echo "build frontend"
|
||||||
yarn run build
|
yarn run build
|
||||||
|
yarn run plugins:build-bundled
|
||||||
|
|
||||||
build: build-go build-js ## Build backend and frontend.
|
build: build-go build-js ## Build backend and frontend.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user