Skip to content

Commit 0457b66

Browse files
committed
garden: add "publish" command
1 parent c54d06a commit 0457b66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

garden.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ commands:
8888
mkdir -p target/debian
8989
cargo deb --profile deb --target "${target-core}" --output target/debian
9090
cargo deb --profile deb --target "${target-gui}" --manifest-path gui/Cargo.toml --output target/debian
91+
publish: |
92+
cargo publish --package garden-tools "$@"
93+
cargo publish --package garden-gui "$@"
9194
push: git push "$@"
9295
setup: |
9396
git fetch -q pages 2>/dev/null || (

0 commit comments

Comments
 (0)