setup_web.sh: don't force-install wasm-bindgen-cli

This commit is contained in:
Emil Ernerfeldt 2021-12-28 21:29:52 +01:00
parent d8b2763769
commit 71211e0110

View file

@ -3,7 +3,7 @@ set -eu
# Pre-requisites:
rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli
cargo install wasm-bindgen-cli
cargo update -p wasm-bindgen
# For local tests with `./start_server`: