start work on release recipe

This commit is contained in:
Scott Richmond 2025-07-02 15:04:54 -04:00
parent 1158821aff
commit 624c0bd2f8

View File

@ -15,6 +15,10 @@ 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")
release:
echo "{{from-branch}}"
serve:
open http://localhost:8080/index.html && miniserve pkg