Skip to content

Commit

Permalink
Revert "Use prebuilt trunk for releases."
Browse files Browse the repository at this point in the history
This reverts commit 7f763c4.
  • Loading branch information
awaitlink committed Oct 16, 2021
1 parent 925ced3 commit 360cee2
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
wget -qO- https://github.com/thedodd/trunk/releases/download/v0.14.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
cargo install trunk
yarn install
./trunk build --release
trunk build --release

0 comments on commit 360cee2

Please sign in to comment.