How do I stop render deployment from running yarn?

I already vendor all the node_modules in my source (to avoid supply chain attack). Thus when using render, it tries to run yarn install all dependencies again and fail. Is there a way to configure render to not running yarn step?

Hi Ned,

We cover this in our documentation at https://render.com/docs/static-sites#dependency-installation

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.