From e33a4b147bf16fed3b8601fc9f8065e52c18f752 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Sun, 13 Jul 2025 14:42:38 +0200 Subject: [PATCH] Air: Stop running make gen-go (#108001) Experimenting removing the `make gen-go` step on every rebuild, which speeds up the reload loop, since the wire files are now committed. --- .air.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.air.toml b/.air.toml index 78321b7a6a3..87083f809aa 100644 --- a/.air.toml +++ b/.air.toml @@ -7,7 +7,6 @@ exclude_unchanged = true follow_symlink = true include_dir = ["apps", "conf", "devenv/dev-dashboards", "pkg", "public/views"] include_ext = ["go", "ini", "toml", "html", "json"] -pre_cmd = ["make gen-go"] stop_on_error = true send_interrupt = true kill_delay = 500