Browse Source

Chore: Build grafana-cli when running bra run (#17788)

Marcus Efraimsson 6 years ago
parent
commit
9620ac4b92
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .bra.toml

+ 2 - 1
.bra.toml

@@ -1,6 +1,7 @@
 [run]
 init_cmds = [
-  ["go", "run", "build.go", "-dev", "build-server"],
+  ["go", "run", "build.go", "-dev", "build-cli"],
+	["go", "run", "build.go", "-dev", "build-server"],
 	["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
 ]
 watch_all = true