My rollup based website is not getting deployed correctly

Hello,

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?

Thanks,
Doug Turner

Hi, @dugla. Yes, you need to add that command here:

https://app.netlify.com/sites/igv-webapp/configuration/deploys#build-settings

You just need to add npm run build here:

If that doesn’t do the trick, please let us know.

Voila! Yep that was it. One more thing though - I also needed to set the deploy directory (dist).

Thanks. Netlify is awesome :ok_hand:t5:

thanks for coming back and sharing your solution with the community!