mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-14 04:59:45 +08:00
Summary: Do not request interactive input when running on a CI When I'm running the build on my CI server, many Terminal windows are remaining on the server because of the `read` command. This PR prevent this behaviour when the `CI` environment variable is defined so that it doesn't alter the behaviour on local machines. Pull Request resolved: https://github.com/facebook/react-native/pull/19663 Differential Revision: D14206458 Pulled By: cpojer fbshipit-source-id: 476067ebebb07c6e708469fa8829a06e05c58200