diff --git a/compiler/wasm/scripts/install_wasm-pack.sh b/compiler/wasm/scripts/install_wasm-pack.sh index 28721e62fe2..b0fdffe0458 100755 --- a/compiler/wasm/scripts/install_wasm-pack.sh +++ b/compiler/wasm/scripts/install_wasm-pack.sh @@ -9,4 +9,4 @@ if [ $CARGO_BINSTALL_CHECK != "true" ]; then curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash fi -cargo-binstall wasm-pack@0.12.1 -y \ No newline at end of file +cargo-binstall wasm-pack@0.12.1 -y --force