Skip to content

Commit

Permalink
chore: update docs to include before-packaging-command
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Oct 5, 2023
1 parent e4f8729 commit e7dabe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cargo install cargo-packager --locked
```toml
[package.metadata.packager]
enabled = true
before-packaging-command = "cargo build"
```

2. Run the CLI
Expand Down
1 change: 1 addition & 0 deletions crates/packager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cargo install cargo-packager --locked
```toml
[package.metadata.packager]
enabled = true
before-packaging-command = "cargo build"
```

2. Run the CLI
Expand Down
1 change: 1 addition & 0 deletions crates/packager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
//! ```toml
//! [package.metadata.packager]
//! enabled = true
//! before-packaging-command = "cargo build"
//! ```
//!
//! 2. Run the CLI
Expand Down

0 comments on commit e7dabe9

Please sign in to comment.