keep working on justfile
This commit is contained in:
parent
624c0bd2f8
commit
44739adfe5
9
justfile
9
justfile
|
@ -15,10 +15,15 @@ clean-wasm-pack:
|
|||
cat pkg/rudus.js.backup | tail -n+2>> pkg/rudus.js
|
||||
rm pkg/rudus.js.backup
|
||||
|
||||
from-branch := shell("git branch --show-current")
|
||||
from-branch := `git branch --show-current`
|
||||
|
||||
release:
|
||||
echo "{{from-branch}}"
|
||||
just wasm
|
||||
git commit -am "release build"
|
||||
git checkout release
|
||||
git merge {{from-branch}}
|
||||
git push
|
||||
git checkout {{from-branch}}
|
||||
|
||||
serve:
|
||||
open http://localhost:8080/index.html && miniserve pkg
|
||||
|
|
Loading…
Reference in New Issue
Block a user