diff options
author | Alan Pearce | 2024-04-24 15:18:20 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 15:29:42 +0200 |
commit | 88a94774ce383fb46707af199b957cf8b5dedc39 (patch) | |
tree | 4a7799042c46d2e9ebaa01d2401917c5cb00a238 /justfile | |
parent | 5a2807a4613c36f1b8cb21adbd8ccbb46af7b757 (diff) | |
download | website-88a94774ce383fb46707af199b957cf8b5dedc39.tar.lz website-88a94774ce383fb46707af199b957cf8b5dedc39.tar.zst website-88a94774ce383fb46707af199b957cf8b5dedc39.zip |
just: add generate command
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 3 |
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 }} |