From c190d5d44460ba658caad45a28e9e68052b52796 Mon Sep 17 00:00:00 2001 From: Ashley Williams <ashley666ashley@gmail.com> Date: Thu, 14 Jun 2018 13:07:51 -0700 Subject: [PATCH] fix(nobuild): don't check dependency --- src/command.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command.rs b/src/command.rs index 35b6d7d..60ac613 100644 --- a/src/command.rs +++ b/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,