From 2e3fd9d659fc8cac1f2b7fd647f9f15e54da8550 Mon Sep 17 00:00:00 2001 From: Kyle Brandt Date: Wed, 1 Dec 2021 09:26:45 -0500 Subject: [PATCH] Bra: Run wire re-gen on code change (attempt #2) (#42582) --- .bra.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bra.toml b/.bra.toml index 3a7357ce64a..e9be6c13c66 100644 --- a/.bra.toml +++ b/.bra.toml @@ -13,8 +13,10 @@ watch_dirs = [ "$WORKDIR/conf", ] watch_exts = [".go", ".ini", ".toml", ".template.html"] +ignore_files = ["wire_gen.go"] build_delay = 1500 cmds = [ + ["make", "gen-go"], ["go", "run", "build.go", "-dev", "build-server"], ["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"] ]