From 0f34ae4fbba0304ea17260f3a9c5f5885a859c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 29 Sep 2021 17:26:04 +0200 Subject: [PATCH] Revert "Bra: Run wire re-gen on code change (#39774)" (#39799) This reverts commit abc5f50715f91c721d594f1c51d5c8571a231486. --- .bra.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.bra.toml b/.bra.toml index fd94f9c3627..3a7357ce64a 100644 --- a/.bra.toml +++ b/.bra.toml @@ -15,7 +15,6 @@ watch_dirs = [ watch_exts = [".go", ".ini", ".toml", ".template.html"] build_delay = 1500 cmds = [ - ["make", "gen-go"], ["go", "run", "build.go", "-dev", "build-server"], ["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"] ]