Created by: kevinold
This patch reverses the order of the conditional introduced in https://github.com/facebook/create-react-app/pull/7203 so that process.env.CI can be set manually in the event one would want to override process.env.CI and have that honored. The current implementation would not allow for that override.