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

[WIP] Add options to improve development with linked modules #3753

Closed
wants to merge 3 commits into from

Commits on Jun 29, 2017

  1. Add link --deep option

    Creates a symlink for each file/directory inside a package instead of the directory itself. This has the effect of excluding node_modules (and other files excluded by filters).
    devongovett committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    7efbf08 View commit details
    Browse the repository at this point in the history
  2. Add install --link option

    This will automatically link dependencies to the globally linked copy when installing. Avoids having to manually setup links when setting up a project locally.
    devongovett committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    2b3353b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Merge branch 'master' of github.com:yarnpkg/yarn into link-improvements

    # Conflicts:
    #	src/cli/commands/link.js
    devongovett committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    cc4580a View commit details
    Browse the repository at this point in the history