From dcf550ba2f140567010498b7daad354369c15695 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Wed, 2 Jul 2025 16:05:38 -0400 Subject: [PATCH] wasm->build --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 99f9331..baeb882 100644 --- a/justfile +++ b/justfile @@ -27,7 +27,7 @@ git_status := `git status -s` # publish this branch into release release: echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} - just wasm + just build -git commit -am "release build" git checkout release git merge {{from_branch}}