Skip to content

Commit

Permalink
Added release flag to deploy build
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Feb 21, 2024
1 parent 57a9d47 commit 9ad13f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ rustup target add wasm32-unknown-unknown
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
cargo +stable install --locked trunk
cargo +stable install wasm-bindgen-cli
trunk build
trunk build --release

0 comments on commit 9ad13f3

Please sign in to comment.