We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf17fd commit 3289c32Copy full SHA for 3289c32
packages/react-scripts/scripts/build.js
@@ -233,7 +233,7 @@ function build(previousSizeMap) {
233
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
234
}
235
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
236
- console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
+ console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000));
237
console.log();
238
239
});
0 commit comments