diff options
author | Alan Pearce | 2024-06-22 15:12:16 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-22 15:12:16 +0200 |
commit | 1bb97716812c36292e47b4d0367992edb436fcb0 (patch) | |
tree | beb4d3947ba1ccabfed0d568f70d5131defec23c /justfile | |
parent | efb536d6657567e5bc4e0c966a6378f1082e1443 (diff) | |
download | website-1bb97716812c36292e47b4d0367992edb436fcb0.tar.lz website-1bb97716812c36292e47b4d0367992edb436fcb0.tar.zst website-1bb97716812c36292e47b4d0367992edb436fcb0.zip |
fix build command
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 1 |
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: |