Deploying new projects started failing on Netlify. Checking the logs I see something that was not in the logs on previous successful deploys:
Treating warnings a
You need to have CI to be false during your build command.
Go to: https://app.netlify.com/sites/mysales-krohne/settings/deploys > Build command and change it to:
CI=false npm run build
Now, rebuild your deployment. Should be no problem anymore.