summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-07-01 16:46:55 +0200
committerAlan Pearce2024-07-01 16:48:16 +0200
commit2b4604d343b2df4289ef1295221c3e2a2a5c1532 (patch)
treec6bb3a94d4fcdbdf8b13b1f04fef87d52218ce08 /justfile
parent54b0fd19e0c9c68c5d415c8d5cab1e04935f7fd6 (diff)
downloadgopkgs-2b4604d343b2df4289ef1295221c3e2a2a5c1532.tar.lz
gopkgs-2b4604d343b2df4289ef1295221c3e2a2a5c1532.tar.zst
gopkgs-2b4604d343b2df4289ef1295221c3e2a2a5c1532.zip
write my own version instead HEAD main
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/justfile b/justfile
index 4ec188a..9de046c 100755
--- a/justfile
+++ b/justfile
@@ -1,6 +1,10 @@
 #! /usr/bin/env cached-nix-shell
 #! nix-shell -i "just --justfile"
 
-cd:
-	vanity-imports --config vanity-imports.toml
+ci:
+	templ generate
+	nix-build
+	./result/bin/gopkgs
+
+cd: ci
 	rsync --recursive --delete --chmod=go+r dist/ /srv/http/go