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.
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.