DEV Community

Discussion on: Treating warnings as errors because process.env.CI = true.

Collapse
 
kingagashi profile image
Rajarshi Agarwal

just go to settings -> environment variables ->and do the following
Name -> CI
Value -> False
and click Add


After this when u deploy, u wont get the problem again