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

This commit is contained in:
Marcus Efraimsson 2019-07-02 15:25:31 +02:00 committed by GitHub
parent caa1314f44
commit 9620ac4b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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