mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
feat: add no-build to ./nodebb setup
This commit is contained in:
@@ -33,7 +33,11 @@ function setup(initConfig) {
|
||||
prestart.loadConfig(configFile);
|
||||
next();
|
||||
},
|
||||
build.buildAll,
|
||||
function (next) {
|
||||
if (!nconf.get('no-build')) {
|
||||
build.buildAll(next);
|
||||
}
|
||||
}
|
||||
], function (err, data) {
|
||||
// Disregard build step data
|
||||
data = data[0];
|
||||
|
||||
Reference in New Issue
Block a user