From 2b75cfd089ce02ddc0b4847d2549a7e36b38c4d1 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 23 Oct 2018 12:33:43 -0400 Subject: [PATCH] remove checkDeps for scaffold --- cmd/cmd.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/cmd.js b/cmd/cmd.js index 4ed3be7b..21f8f15a 100644 --- a/cmd/cmd.js +++ b/cmd/cmd.js @@ -359,7 +359,6 @@ class Cmd { }, {}); } - checkDeps(); i18n.setOrDetectLocale(options.locale); options.env = 'development'; options.logFile = options.logfile; // fix casing