aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-15 17:44:13 +0000
committerChristine Dodrill <me@christine.website>2019-06-15 17:44:13 +0000
commitd6c93f6c9ebe6efa26180d04cfeedda9ddec31c6 (patch)
tree4cbad2b9edd37c33364ebac14cf2d7b461a5dabd /cmd/within.website
parente9968ab535959d6733af1dba3d84f186a7b9579f (diff)
downloadx-d6c93f6c9ebe6efa26180d04cfeedda9ddec31c6.tar.xz
x-d6c93f6c9ebe6efa26180d04cfeedda9ddec31c6.zip
simplifications
Diffstat (limited to 'cmd/within.website')
-rw-r--r--cmd/within.website/build.go1
1 files changed, 1 insertions, 0 deletions
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")