Skip to content

Commit

Permalink
Skip stdin resuming to support lerna parallel (#8700)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuxlu authored May 4, 2020
1 parent b37cff9 commit 790fba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ checkBrowsers(paths.appPath, isInteractive)
devServer.close();
process.exit();
});
process.stdin.resume();
}
})
.catch(err => {
Expand Down

0 comments on commit 790fba9

Please sign in to comment.