From 62ad321a8809929cde42da162cb6f58fa2c6d561 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Wed, 2 Jul 2025 15:35:19 -0400 Subject: [PATCH] finish release recipe? --- justfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/justfile b/justfile index d514524..9fe30a3 100644 --- a/justfile +++ b/justfile @@ -27,9 +27,6 @@ release: git push git checkout {{from_branch}} -hi: - echo {{ if git_status == "" { "git ok" } else { error("please commit changes first") } }} - serve: open http://localhost:8080/index.html && miniserve pkg