See:
Your build is throwing warnings.
There is an environment variable of CI which defaults to true.
When it is true warnings are treated as errors.
Errors cause your build to fail.
Adjust your Build command to CI= npm run build so that it is set to false.