Skip to content

Commit

Permalink
garden: add "publish" command
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Jan 27, 2025
1 parent c54d06a commit 0457b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ commands:
mkdir -p target/debian
cargo deb --profile deb --target "${target-core}" --output target/debian
cargo deb --profile deb --target "${target-gui}" --manifest-path gui/Cargo.toml --output target/debian
publish: |
cargo publish --package garden-tools "$@"
cargo publish --package garden-gui "$@"
push: git push "$@"
setup: |
git fetch -q pages 2>/dev/null || (
Expand Down

0 comments on commit 0457b66

Please sign in to comment.