mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
feat: change option name
This commit is contained in:
@@ -32,7 +32,7 @@ function setup(initConfig) {
|
||||
|
||||
prestart.loadConfig(configFile);
|
||||
|
||||
if (!nconf.get('no-build')) {
|
||||
if (!nconf.get('skip-build')) {
|
||||
build.buildAll(next);
|
||||
} else {
|
||||
setImmediate(next);
|
||||
|
||||
Reference in New Issue
Block a user