diff --git a/packages/react-scripts/scripts/start.js b/packages/react-scripts/scripts/start.js index 3e71e2de886..799774c6714 100644 --- a/packages/react-scripts/scripts/start.js +++ b/packages/react-scripts/scripts/start.js @@ -286,9 +286,7 @@ function runDevServer(host, port, protocol) { console.log(chalk.cyan('Starting the development server...')); console.log(); - if (isInteractive) { - openBrowser(protocol + '://' + host + ':' + port + '/'); - } + openBrowser(protocol + '://' + host + ':' + port + '/'); }); }