process.env.CI = true
Hi, I am having problems to deploy because process.env.CI = true. I see this message: Treating warnings as errors because process.env.CI = true. How can I solve it?
4 Replies
Project ID:
c28866fd-5fa3-41e6-8ebd-1ab29b18f9c9
Most CI servers set it automatically.
⚠️ experimental feature
c28866fd-5fa3-41e6-8ebd-1ab29b18f9c9
1) fix the warnings (ideal)
2) set CI = false in the service variables (less ideal)