package.json -
"workspaces": [
"packages/*",
"samples/*"
],
"packageManager": "yarn@3.1.0"
I want to install and symlink the dependencies in samples but I don't want the yarn install to update the yarn.lock file. Is there a setting in workspaces or yarn to achieve this?