diff --git a/bin/app-configure.js b/bin/app-configure.js index 735f8d5..947711e 100644 --- a/bin/app-configure.js +++ b/bin/app-configure.js @@ -75,7 +75,7 @@ function verifyConfigure(configure){ if (Array.isArray(project.command)) { if ( - project.command.every(function (command){ + !project.command.every(function (command){ return command.name && typeof command.name === 'string' && command.value && typeof command.value === 'string'; })