Closed
Description
Hello,
When running the react-scripts build
on the CI, the build script does the following
Treating warnings as errors because process.env.CI = true.
This is due to this line of code.
I disagree with treating the CI differently during the build as it creates inconsistency between local environment and the CI. I pushed the code to github knowingly about the warnings, having the CI break from the warning I approved of pushing is rather unexpected to the user.
Metadata
Metadata
Assignees
Labels
No labels