From 24db1e1d37f1e03fb06587054ed718dc14c8db63 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 16 Oct 2024 12:31:51 -0500 Subject: [PATCH] Actually set the value --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 8a5392d..de8a83b 100644 --- a/main.go +++ b/main.go @@ -360,6 +360,7 @@ func (b *buildCmd) do() error { buildDir: b.outDir, outFile: b.outFile, verbose: b.verbose, + codeGenOnly: b.codeGenOnly, } if err := buildProject(context.Background(), params); err != nil { return fmt.Errorf("building project: %w", err)