all repos — homestead @ 8731940527e3cc14721e489f432cabc3eecb280c

Code for my website

just: add generate command

Alan Pearce
commit

8731940527e3cc14721e489f432cabc3eecb280c

parent

9970f389b1e5cea471d5e2d88a406fd97846530e

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M justfilejustfile
@@ -26,6 +26,9 @@ watchexec --restart -w flake.nix -w flake.lock direnv exec . {{ 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 }}