Prevent yarn version
from installing all dependencies
#4551
Unanswered
luisdralves
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am currently in the process of migrating to yarn berry but there is one last thing breaking our flow.
Is it possible to prevent
yarn version
from installing the dependencies from all workspaces? We have a few workspaces in the monorepo and it considerably increases the release time. Ideally, I'd manually install what I need first (i.e.yarn workspaces focus core web
) and then runyarn version
with some flag to stop it from installing the rest.I didn't find anything in the documentation, nor in
yarn version --help
Beta Was this translation helpful? Give feedback.
All reactions