Command failed with exit code 2: CI= yarn build (https://ntl.fyi/exit-code-2)

@roniceyemeli When I pull down your repository do a yarn install and yarn build I see the same error as on Netlify:

It will be due to case sensitivity as you have presentation/app/login specified, but the folder is presentation/app/Login.

Renaming that folder to login allows the build to work.

1 Like