You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a turborepo with yarn workspaces, deployed to Vercel. Whenever I update a dependency in one of my packages, it causes all other packages to re-run the yarn install step, taking a lot of time. This is especially an issue because one of my packages uses mediasoup, which can take several minutes to install.
Is there any way to speed this up, only re-running yarn install for packages effected by the dependency change? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a turborepo with yarn workspaces, deployed to Vercel. Whenever I update a dependency in one of my packages, it causes all other packages to re-run the yarn install step, taking a lot of time. This is especially an issue because one of my packages uses mediasoup, which can take several minutes to install.
Is there any way to speed this up, only re-running yarn install for packages effected by the dependency change? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions