mirror of
https://github.com/grafana/grafana.git
synced 2025-01-11 08:32:10 -06:00
Make: Add make gen-go
to initcmds in .bra (#80880)
* add: make gen-go to initcmds * change order of init cmds
This commit is contained in:
parent
08082104e1
commit
29112f8822
@ -1,5 +1,6 @@
|
|||||||
[run]
|
[run]
|
||||||
init_cmds = [
|
init_cmds = [
|
||||||
|
["GO_BUILD_DEV=1", "make", "gen-go"],
|
||||||
["GO_BUILD_DEV=1", "make", "build-go"],
|
["GO_BUILD_DEV=1", "make", "build-go"],
|
||||||
["make", "gen-jsonnet"],
|
["make", "gen-jsonnet"],
|
||||||
["./bin/grafana", "server", "-packaging=dev", "cfg:app_mode=development"]
|
["./bin/grafana", "server", "-packaging=dev", "cfg:app_mode=development"]
|
||||||
@ -16,6 +17,7 @@ watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
|||||||
ignore_files = [".*_gen.go"]
|
ignore_files = [".*_gen.go"]
|
||||||
build_delay = 1500
|
build_delay = 1500
|
||||||
cmds = [
|
cmds = [
|
||||||
|
["GO_BUILD_DEV=1", "make", "gen-go"],
|
||||||
["GO_BUILD_DEV=1", "make", "build-go"],
|
["GO_BUILD_DEV=1", "make", "build-go"],
|
||||||
["make", "gen-jsonnet"],
|
["make", "gen-jsonnet"],
|
||||||
["./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