After the netlify updated itself,
Note : This is for React apps
you probably would be facing this error :

To resolve this error:
follow these simple steps :
- Go to > settings > Build&Deploy > Continuous Deployment
- set build command to : CI=false npm run build
Now retry deploy and thats all.
Thank you for reading this short blog on error resolvement. Checkout more at https://journaldev.netlify.app/


