Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly install workspace child deps when workspace child not symlinked to root #7289

Merged
merged 4 commits into from Nov 22, 2019
Merged

Correctly install workspace child deps when workspace child not symlinked to root #7289

merged 4 commits into from Nov 22, 2019

Commits on Nov 21, 2019

  1. Test for conflict between pkg versions in root and workspace child

    This test creates the scenario where the child is not symlinked into the root node_modules folder, because
    the root installs a different version of the workspace child from the registry.
    danez committed Nov 21, 2019
    Copy the full SHA
    853d9f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a80ca0b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    danez committed Nov 21, 2019
    Copy the full SHA
    0b581ac View commit details
    Browse the repository at this point in the history
  4. Better comment

    danez committed Nov 21, 2019
    Copy the full SHA
    7af159a View commit details
    Browse the repository at this point in the history