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}}