mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Makefile: Build should build bundled plugins
This commit is contained in:
parent
9622536a98
commit
9106f2f68a
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user