try again w/ justfile

This commit is contained in:
Scott Richmond 2025-07-02 15:37:56 -04:00
parent 62ad321a88
commit 5a778d9a55

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