Skip to content

Commit 84b28e7

Browse files
committed
feat(just): add publish command
1 parent 28a0c27 commit 84b28e7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ alias rc := run-config
88
alias rC := run-clean
99
alias g := gif
1010
alias dg := develop-gif
11+
alias p := publish
1112

1213
# COMMANDS -----------------------------------------------------------------------------------------
1314

@@ -56,3 +57,7 @@ gif:
5657
# Re-generate the demo GIF whenever `demo.tape` is modified
5758
develop-gif:
5859
echo assets/demo.tape | entr vhs /_ --output assets/demo.gif
60+
61+
# Publish
62+
publish: test
63+
cargo publish

0 commit comments

Comments
 (0)