diff --git a/build/build.js b/build/build.js index 6ea4e40852855b0892a6b58ccc90b8f0a8130520..da9522a10f069f88aa1cd2fe9fb30e519ba56b83 100644 --- a/build/build.js +++ b/build/build.js @@ -29,14 +29,13 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => { }) + '\n\n') console.log(chalk.cyan(' Build complete.\n')) - console.log('> Listening at ' + 'http://localhost:9528' + '\n') if(process.env.npm_config_preview){ server.start({ port: 9528, directory: './dist', file: '/index.html' }); - opn('http://kushnerpreview.wallstreetcn.com/') + console.log('> Listening at ' + 'http://localhost:9528' + '\n') } }) })