mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
Bra: Run wire re-gen on code change (#39774)
This commit is contained in:
parent
630a120a15
commit
abc5f50715
@ -15,6 +15,7 @@ watch_dirs = [
|
|||||||
watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
||||||
build_delay = 1500
|
build_delay = 1500
|
||||||
cmds = [
|
cmds = [
|
||||||
|
["make", "gen-go"],
|
||||||
["go", "run", "build.go", "-dev", "build-server"],
|
["go", "run", "build.go", "-dev", "build-server"],
|
||||||
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
|
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user