Skip to content

Commit

Permalink
build: 🔨 updated bonnie cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Aug 29, 2021
1 parent 36660f8 commit 9e5afd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bonnie.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev.subcommands.serve.args = [ "server" ]
# TODO fix this with an example
dev.subcommands.cli = [
"cd packages/perseus-cli",
"cargo watch -x \"run --bin cli\""
"cargo run -- %%"
]
build = "cargo build"
test = "cargo watch -x \"test\""
Expand All @@ -26,4 +26,4 @@ doc = [

# Releases the project (maintainers only)
# We commit all staged files so we can manually bump the Cargo version
release = "standard-version --sign --commit-all && git push --follow-tags origin main"
release = "standard-version --sign --commit-all && git push --follow-tags origin main"

0 comments on commit 9e5afd1

Please sign in to comment.