wasm->build

Former-commit-id: dcf550ba2f
This commit is contained in:
Scott Richmond 2025-07-02 16:05:38 -04:00
parent 6572d2d364
commit 36672de970

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