wasm->build
This commit is contained in:
parent
df5c745ce9
commit
dcf550ba2f
2
justfile
2
justfile
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user