try again w/ justfile
This commit is contained in:
parent
62ad321a88
commit
5a778d9a55
2
justfile
2
justfile
|
@ -21,7 +21,7 @@ git_status := `git status -s`
|
||||||
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 wasm
|
||||||
git commit -am "release build"
|
-git commit -am "release build"
|
||||||
git checkout release
|
git checkout release
|
||||||
git merge {{from_branch}}
|
git merge {{from_branch}}
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user