I am using Astro, SCSS, CSS, JavaScript and markdown for my static site. I am running into a problem when trying to deploy my site on Netlify. The deploy command 'npm run build' is failing with below error:
Input Error: You must pass a valid list of files to parsebuild.command failed Error messageCommand failed with exit code 1: npm run build
Input Error: You must pass a valid list of files to parsebuild.command failed Error messageCommand failed with exit code 1: npm run build
Description Hello, I am using Astro, SCSS, CSS, JavaScript and markdown for my static site. I am running into a problem when trying to deploy my site on Netlify. The deploy command 'npm run bui...