Skip to content

Commit

Permalink
Makefile: Build should build bundled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored May 18, 2020
1 parent 9622536 commit 9106f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9106f2f

Please sign in to comment.