|
|
@ -167,7 +167,7 @@ program
|
|
|
|
program
|
|
|
|
program
|
|
|
|
.command('setup [config]')
|
|
|
|
.command('setup [config]')
|
|
|
|
.description('Run the NodeBB setup script, or setup with an initial config')
|
|
|
|
.description('Run the NodeBB setup script, or setup with an initial config')
|
|
|
|
.option('--no-build', 'Run setup without building assets')
|
|
|
|
.option('--skip-build', 'Run setup without building assets')
|
|
|
|
.action(function (initConfig) {
|
|
|
|
.action(function (initConfig) {
|
|
|
|
if (initConfig) {
|
|
|
|
if (initConfig) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|