Skip to content

Commit

Permalink
Add -y to binstalls
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingTil committed Feb 24, 2024
1 parent fddf004 commit 51a80d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ rustup target add wasm32-unknown-unknown
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

# Get trunk
cargo binstall trunk
cargo binstall trunk -y

# Get wasm-opt
cargo install wasm-opt --locked
cargo binstall wasm-opt -y

# Clean the project
trunk clean
Expand Down

0 comments on commit 51a80d4

Please sign in to comment.