From 88a94774ce383fb46707af199b957cf8b5dedc39 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 24 Apr 2024 15:18:20 +0200 Subject: just: add generate command --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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 }} -- cgit 1.4.1