Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    7c3df0ba
    feat: yarn workspaces lock file support (#743) · 7c3df0ba
    Rhys Arkins authored
    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
    7c3df0ba
    History
    feat: yarn workspaces lock file support (#743)
    Rhys Arkins authored
    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