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

This commit is contained in:
Emil Ernerfeldt 2021-12-28 21:30:36 +01:00
parent 190c85a40f
commit d0a47bf8e8

View file

@ -5,5 +5,5 @@ cd "$script_path/.."
# Pre-requisites:
rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli
cargo install wasm-bindgen-cli
cargo update -p wasm-bindgen