Skip to content

Commit

Permalink
feat: add cargo-sweep
Browse files Browse the repository at this point in the history
Cargo Sweep is a tool used to prune `target/` directories of old
artifacts and build steps.
  • Loading branch information
TroyKomodo committed Jul 17, 2023
1 parent 5a68573 commit c8a7633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN <<eot
cargo install cargo-nextest
cargo install wasm-pack
cargo install mask
cargo install cargo-sweep --git https://github.com/holmgr/cargo-sweep --branch master

# Clean up
rm -rf /usr/local/cargo/registry /usr/local/cargo/git
Expand Down

0 comments on commit c8a7633

Please sign in to comment.