Skip to content

Commit

Permalink
fix: call next
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Feb 29, 2020
1 parent 476f671 commit 80f1bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cli/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ function setup(initConfig) {
}

prestart.loadConfig(configFile);
next();
},
function (next) {

if (!nconf.get('no-build')) {
build.buildAll(next);
} else {
setImmediate(next);
}
}
},
], function (err, data) {
// Disregard build step data
data = data[0];
Expand Down

0 comments on commit 80f1bca

Please sign in to comment.