I am trying to deploy the website https://igv-webapp.netlify.app/ and Netlify just ignores the build script.
This is a very simple site based on rollup. All Netlify needs to do is: npm run build
I build this site correctly locally on my computer. Is there some setting that I need to change to make this work?