about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-24 15:18:20 +0200
committerAlan Pearce2024-04-24 15:29:42 +0200
commit88a94774ce383fb46707af199b957cf8b5dedc39 (patch)
tree4a7799042c46d2e9ebaa01d2401917c5cb00a238
parent5a2807a4613c36f1b8cb21adbd8ccbb46af7b757 (diff)
downloadwebsite-88a94774ce383fb46707af199b957cf8b5dedc39.tar.lz
website-88a94774ce383fb46707af199b957cf8b5dedc39.tar.zst
website-88a94774ce383fb46707af199b957cf8b5dedc39.zip
just: add generate command
-rwxr-xr-xjustfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index f4bd6a6..e4021c0 100755
--- a/justfile
+++ b/justfile
@@ -26,6 +26,9 @@ watch-flake command:
 
 watch-builder: (watch-flake "watchexec -w cmd/build -w content -w templates -r go run ./cmd/build --base-url http://localhost:3000")
 
+generate:
+    go run ./cmd/build --base-url http://localhost:3000
+
 nix-build what:
     nix build .#{{ what }}