Merge pull request #133 from ashleygwilliams/use-the-force

feat(bindgen): use --force
master
Michael Gattozzi 7 years ago committed by GitHub
commit 28c95363fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/bindgen.rs

@ -14,6 +14,7 @@ pub fn cargo_install_wasm_bindgen() -> Result<(), Error> {
let output = Command::new("cargo")
.arg("install")
.arg("wasm-bindgen-cli")
.arg("--force")
.output()?;
pb.finish();
if !output.status.success() {

Loading…
Cancel
Save