mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-26 11:34:22 +03:00
Fix a typo when running commands
This commit is contained in:
parent
afc43174d9
commit
646df20d70
@ -232,7 +232,7 @@ impl Project {
|
||||
Command::new("yarn")
|
||||
};
|
||||
cmd.arg("webpack").current_dir(&root);
|
||||
run(&mut cmd, "node");
|
||||
run(&mut cmd, "yarn");
|
||||
|
||||
let mut cmd = Command::new("node");
|
||||
cmd.arg(root.join("bundle.js"))
|
||||
|
Loading…
Reference in New Issue
Block a user