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 99f1b6b commit 2975939Copy full SHA for 2975939
packages/react-scripts/scripts/start.js
@@ -165,7 +165,7 @@ checkBrowsers(paths.appPath, isInteractive)
165
});
166
167
168
- if (isInteractive || process.env.CI !== 'true') {
+ if (process.env.CI !== 'true') {
169
// Gracefully exit when stdin ends
170
process.stdin.on('end', function() {
171
devServer.close();
0 commit comments