Build script returned non-zero exit code: 1 need help

I need advice to debug deploy Netlify App
I’m not sure what to do

Hi, @thirdku, and welcome to our Netlify community site. :+1:

I’m seeing this in the logs:

8:03:02 PM: Executing user command: npm run buiild
8:03:02 PM: npm
8:03:02 PM: ERR!
8:03:02 PM:  missing script: buiild

Is it possible that the build command is actually this:

npm run build

Instead of this:

npm run buiild

There are two i’s in “buiild” which is likely the root cause of this error.

If this doesn’t resolve the issue, please let us know.