start work on release recipe
This commit is contained in:
parent
1158821aff
commit
624c0bd2f8
4
justfile
4
justfile
|
@ -15,6 +15,10 @@ clean-wasm-pack:
|
||||||
cat pkg/rudus.js.backup | tail -n+2>> pkg/rudus.js
|
cat pkg/rudus.js.backup | tail -n+2>> pkg/rudus.js
|
||||||
rm pkg/rudus.js.backup
|
rm pkg/rudus.js.backup
|
||||||
|
|
||||||
|
from-branch := shell("git branch --show-current")
|
||||||
|
|
||||||
|
release:
|
||||||
|
echo "{{from-branch}}"
|
||||||
|
|
||||||
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