Skip to content
Snippets Groups Projects
Commit 7c3df0ba authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat: yarn workspaces lock file support (#743)

This feature adds explicit support for correctly generating the yarn.lock file for workspaces. Specifically, it means that the yarn.lock in the root directory is regenerated whenever *any* package.json is modified. Previously lock files were only every updated if its corresponding package.json changes, but that is not the way yarn workspaces works.

Closes #473
parent d98130f5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment