fix script (#25)
This commit is contained in:
parent
a2a4eafd0e
commit
b9cb3c7644
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# Pre-requisites:
|
||||
rustup target add wasm32-unknown-unknown
|
||||
if ! [[ $(wasm-bindgen --version) ]]; then
|
||||
if ! wasm-bindgen --version; then
|
||||
cargo clean
|
||||
cargo install -f wasm-bindgen-cli
|
||||
cargo update
|
||||
|
|
Loading…
Reference in a new issue