The --production flag to yarn install has been removed in Yarn 3, instead you need to use yarn workspaces focus --all --production to avoid installing development dependencies in your production deployment.
I would like it to follow the latest version.
If this is going to be a disruptive change, please consider updating a major version.
The --production flag to yarn install has been removed in Yarn 3, instead you need to use yarn workspaces focus --all --production to avoid installing development dependencies in your production deployment.
I would like it to follow the latest version. If this is going to be a disruptive change, please consider updating a major version.