Failed during stage building site: Build script returned non-zero exit code: 1

yep, you are saying to run the command “yarn run build”, but there is no command called “yarn” in the scripts section of your package.json file, so we don’t know what to do.

This Support Guide contains a ton of useful debugging tips that can likely help you solve your problem :slight_smile: