about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-22 15:12:16 +0200
committerAlan Pearce2024-06-22 15:12:16 +0200
commit1bb97716812c36292e47b4d0367992edb436fcb0 (patch)
treebeb4d3947ba1ccabfed0d568f70d5131defec23c
parentefb536d6657567e5bc4e0c966a6378f1082e1443 (diff)
downloadwebsite-1bb97716812c36292e47b4d0367992edb436fcb0.tar.lz
website-1bb97716812c36292e47b4d0367992edb436fcb0.tar.zst
website-1bb97716812c36292e47b4d0367992edb436fcb0.zip
fix build command
-rwxr-xr-xjustfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile
index 169f1d2..5b41c18 100755
--- a/justfile
+++ b/justfile
@@ -19,6 +19,7 @@ update-all:
 	gomod2nix --outdir nix
 
 build:
+	templ generate
 	go run ./cmd/build
 
 dev: