Skip to content

Commit d27c1eb

Browse files
authored
Update start.js
1 parent e44d202 commit d27c1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ checkBrowsers(paths.appPath, isInteractive)
155155
});
156156
});
157157

158-
if (isInteractive) {
158+
if (isInteractive || process.env.CI !== 'true') {
159159
// Gracefully exit when stdin ends
160160
process.stdin.on('end', function() {
161161
devServer.close();

0 commit comments

Comments
 (0)