diff --git a/.bra.toml b/.bra.toml index 5ff025ef..bd245653 100644 --- a/ .bra.toml+++ b/ .bra.toml@@ -13,7 +13,7 @@ watch_dirs = [ watch_exts = [".go"] build_delay = 1500 cmds = [ - ["go", "install", "-tags", "sqlite tidb"],# redis memcache cert pam - ["go", "build", "-tags", "sqlite tidb"], + ["go", "install", "-tags", "sqlite"],# redis memcache cert pam tidb + ["go", "build", "-tags", "sqlite"], ["./gogs", "web"] ]
\ No newline at end of file |