From 604700052ed6bd3e36107960fbdbe2aa57790adb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 11 Mar 2025 15:54:05 +0100 Subject: build: add justfile alias for projectdo --- justfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 3d16fbc..c2f6593 100644 --- a/justfile +++ b/justfile @@ -49,6 +49,8 @@ release: clean-workdir changelog update-nix-package-version git commit -m "chore: release $(convco version --bump)" git tag $(convco version --bump --print-prefix) +run: dev + dev: modd -- cgit 1.4.1