dev: only build server with bra run

This commit is contained in:
Marcus Efraimsson 2018-04-19 10:43:31 +02:00
parent 4f0d7586ae
commit e6f38591b5
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -12,6 +12,6 @@ watch_dirs = [
watch_exts = [".go", ".ini", ".toml"]
build_delay = 1500
cmds = [
["go", "run", "build.go", "-dev", "build"],
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "cfg:app_mode=development"]
]