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
Turborepo seems to ignore the install command defined in Vercel's Build & Development Settings.
Originally wanting to save build time by only installing required packages/dependencies with the following settings:
While the scope is working correctly running these commands locally, during deployment the install command is getting ignored and always installs all workspace packages/dependencies.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Turborepo seems to ignore the install command defined in Vercel's Build & Development Settings.
Originally wanting to save build time by only installing required packages/dependencies with the following settings:
While the scope is working correctly running these commands locally, during deployment the install command is getting ignored and always installs all workspace packages/dependencies.
A similar request: #1211
Beta Was this translation helpful? Give feedback.
All reactions