1 parent 28a0c27 commit 84b28e7Copy full SHA for 84b28e7
1 file changed
justfile
@@ -8,6 +8,7 @@ alias rc := run-config
8
alias rC := run-clean
9
alias g := gif
10
alias dg := develop-gif
11
+alias p := publish
12
13
# COMMANDS -----------------------------------------------------------------------------------------
14
@@ -56,3 +57,7 @@ gif:
56
57
# Re-generate the demo GIF whenever `demo.tape` is modified
58
develop-gif:
59
echo assets/demo.tape | entr vhs /_ --output assets/demo.gif
60
+
61
+# Publish
62
+publish: test
63
+ cargo publish
0 commit comments