We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d06a commit 0457b66Copy full SHA for 0457b66
garden.yaml
@@ -88,6 +88,9 @@ commands:
88
mkdir -p target/debian
89
cargo deb --profile deb --target "${target-core}" --output target/debian
90
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 "$@"
94
push: git push "$@"
95
setup: |
96
git fetch -q pages 2>/dev/null || (
0 commit comments