yarn v1.19.2 Release Notes

Release Date: 2019-11-22 // over 4 years ago
    • Folders like .cache won't be pruned from the node_modules after each install.

    #7699 - Maël Nison

    • Correctly installs workspace child dependencies when workspace child not symlinked to root.

    #7289 - Daniel Tschinder

    • 👉 Makes running scripts with Plug'n Play possible on node 13.

    #7650 - Sander Verweij

    • 🔄 Change run command to check cwd/node_modules/.bin for commands. Fixes run in workspaces.

    #7151 - Jeff Valore