We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f314479 commit 7881ef1Copy full SHA for 7881ef1
packages/react-scripts/scripts/build.js
@@ -224,7 +224,7 @@ function build(previousSizeMap) {
224
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
225
}
226
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
227
- console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
+ console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000));
228
console.log();
229
230
});
0 commit comments