From 2b4604d343b2df4289ef1295221c3e2a2a5c1532 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 1 Jul 2024 16:46:55 +0200 Subject: write my own version instead --- justfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'justfile') 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 -- cgit 1.4.1