diff --git a/justfile b/justfile index aad761d..42a54d9 100644 --- a/justfile +++ b/justfile @@ -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