Hi, @Fullchee. The original error is because the publish directory is set to “build”. This is handled as a subdomain relative to the base directory of the repo.
I cloned the repo and there is no subdirectory named build:
$ ls -1 reminders-frontend
README.md
netlify.toml
node_modules
package-lock.json
package.json
public
src
This is the reason for the error in the build logs above:
7:36:08 PM: No build command found, continuing to publishing
7:36:08 PM: Failing build: Failed to build site
7:36:08 PM: Failed during stage 'building site': Deploy directory 'build' does not exist
The publish directory was configured to be “build”. This directory didn’t exist and therefore caused an error.
If there are other questions about this, please let us know.