Agile Dashboard

Hi this is keerthi i am unable to deploy the website
here is the link agiledashboard.netlify.app
i am getting error as page not found could you please help me ASAP
github page:GitHub - keerthi2196/AgileDashboard

Hey @keerthi,
One problem is that it looks like your current build command is “run” but that’s not a build command listed in your package.json:

You can change your build command to something like “npm run build” here:

And here’s a recent blog post about building on Netlify with Angular :slight_smile:

Let us know if you have any other questions!

hi jen, i have tried changing the build command to npm run build and ng build but it doesnt work can you help me with this

keerthi, can you please post your updated package.json and also your build log?