finish release recipe?
This commit is contained in:
parent
14a41dc1bd
commit
62ad321a88
3
justfile
3
justfile
|
@ -27,9 +27,6 @@ release:
|
||||||
git push
|
git push
|
||||||
git checkout {{from_branch}}
|
git checkout {{from_branch}}
|
||||||
|
|
||||||
hi:
|
|
||||||
echo {{ if git_status == "" { "git ok" } else { error("please commit changes first") } }}
|
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
open http://localhost:8080/index.html && miniserve pkg
|
open http://localhost:8080/index.html && miniserve pkg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user