fix(nobuild): don't check dependency

master
Ashley Williams 7 years ago
parent c789b6a522
commit c190d5d444
  1. 1
      src/command.rs

@ -224,7 +224,6 @@ impl Init {
step_running_wasm_bindgen,
],
InitMode::Nobuild => steps![
step_check_dependency,
step_create_dir,
step_create_json,
step_copy_readme,

Loading…
Cancel
Save