Two React apps stopped autodeploying from bitbucket

We have two react apps on netlify:
inspiring-montalcini-c10847.netlify.app and lucid-haibt-03621f.netlify.app

Both auto-deploy from Bitbucket and had successfully done so up to around 21:00 on 12 June. Changes made to one site today are triggering build failures and the other (lucid-habit) can’t deploy from and unchanged repo.

Both are giving the same error:

7:44:17 PM: npm

7:44:17 PM: ERR! code ELIFECYCLE

7:44:17 PM: npm

7:44:17 PM: ERR! errno 1

7:44:17 PM: npm

7:44:17 PM: ERR! IHRB-react@0.1.0 build: react-app-rewired --max-old-space-size=8192 build

7:44:17 PM: npm ERR!

7:44:17 PM: Exit status 1

Any ideas

Hey @rwwest,
I checked out deploys for those sites and see that you seem to be up and running again after adding CI=false to your build command. Adding our community post on that here for others who may stumble across this:

Please let us know if you need anything else at this point!

I’ve also updated the title of this post to make it more discoverable since several of the build failures we’re seeing due to the CI change are React apps in particular.