From d6c93f6c9ebe6efa26180d04cfeedda9ddec31c6 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 15 Jun 2019 17:44:13 +0000 Subject: simplifications --- cmd/within.website/build.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/within.website') diff --git a/cmd/within.website/build.go b/cmd/within.website/build.go index 43923fb..7a7a237 100644 --- a/cmd/within.website/build.go +++ b/cmd/within.website/build.go @@ -18,6 +18,7 @@ func main() { defer cancel() env := append(os.Environ(), []string{"CGO_ENABLED=0", "GOOS=linux"}...) + yeet.ShouldWork(ctx, env, yeet.WD, "go", "generate") yeet.ShouldWork(ctx, env, yeet.WD, "go", "build", "-o=web") yeet.ShouldWork(ctx, env, yeet.WD, "appsluggr", "-web=web") fin, err := os.Open("slug.tar.gz") -- cgit v1.2.3