Build deploy failing

I need advice to debug deploy Netlify App

I’m not sure why it was working and then started failing today. I’ve looked through the build documentation, and I’m kinda new so some of it feels over my head, but I didn’t change any of my build settings, so I’m not sure why it would have stopped working.

Hey @brittjoiner,
This sounds a lot like it’s related to New CI=true build configuration, "Treating warnings as errors because process.env.CI = true"

Try changing your build command to CI= npm run build <— looks weird, but yes, just a blank space after CI= before the npm command.

If that doesn’t fix things for you, let us know so we can take a closer look.

that worked!! thanks so much @jen!

1 Like