wasm->build

This commit is contained in:
Scott Richmond 2025-07-02 16:05:38 -04:00
parent df5c745ce9
commit dcf550ba2f

View File

@ -27,7 +27,7 @@ git_status := `git status -s`
# publish this branch into release # publish this branch into release
release: release:
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
just wasm just build
-git commit -am "release build" -git commit -am "release build"
git checkout release git checkout release
git merge {{from_branch}} git merge {{from_branch}}