From 36672de97038354a2639f650af64f2d6b8afcb55 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Wed, 2 Jul 2025 16:05:38 -0400 Subject: [PATCH] wasm->build Former-commit-id: dcf550ba2f140567010498b7daad354369c15695 --- 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}}