Skip to content

Commit

Permalink
Use prebuilt trunk for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
awaitlink committed Oct 16, 2021
1 parent 4416a23 commit 7f763c4
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 @@ -3,6 +3,6 @@ set -e
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup target add wasm32-unknown-unknown
cargo install trunk
wget -qO- https://github.com/thedodd/trunk/releases/download/v0.14.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
yarn install
trunk build --release
./trunk build --release

0 comments on commit 7f763c4

Please sign in to comment.