Skip to content

Commit

Permalink
docs: add release flag to cargo build (#8992)
Browse files Browse the repository at this point in the history
### Description

Closes #8986

### Testing Instructions
  • Loading branch information
chris-olszewski committed Aug 12, 2024
1 parent 7a37928 commit 0145168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/multi-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then, add a `package.json` to the directory:
{
"name": "@repo/rust-cli",
"scripts": {
"build": "cargo build"
"build": "cargo build --release"
}
}
```
Expand Down

0 comments on commit 0145168

Please sign in to comment.