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
+1 -1
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"]
]