Error on initial deployment

I have tried to figure this out based on other posts and i am not seeing where i went wrong.

https://amc-capstone-project.netlify.app/

HI, @acbrn. Edit the package.json file and change this line:

    "parcel-build": "parcel build index.html && cp _redirects ./dist/",

to this instead:

    "parcel-build": "parcel build index.html",

You have no _redirects file in your repo so this section is causing the error: && cp _redirects ./dist/.