With my Netlify site I can manually choose to trigger a deployment on my master
branch and opt to clear the cache.
However I cannot find a way of doing this with my Deploy Preview branch.
I have made an npm package version change and Deploy Preview isn't picking up on my change. Instead it's restoring the existing node_modules:
How can I manually trigger a deployment of Deploy Preview with cache clear, or disable the restoration of node_modules
when rebuilding a Deploy Preview branch?