try again w/ justfile

This commit is contained in:
Scott Richmond 2025-07-02 15:37:56 -04:00
parent f51eee7b59
commit 72288b677a

View File

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