Command Failed with exit code 1

I think it was one of these two things:

  1. I added the dist directory to the gitignore
  2. I had to switch the build command from “npm build” to “npm run build”