From 5a778d9a5586a9a33b90d804abbda36818b93678 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Wed, 2 Jul 2025 15:37:56 -0400 Subject: [PATCH] try again w/ justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 9fe30a3..e6abdea 100644 --- a/justfile +++ b/justfile @@ -21,7 +21,7 @@ git_status := `git status -s` release: echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} just wasm - git commit -am "release build" + -git commit -am "release build" git checkout release git merge {{from_branch}} git push