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

Configure repository.directory for monorepo packages #471

Merged
merged 2 commits into from
May 8, 2020

Commits on May 6, 2020

  1. Configure repository.directory for monorepo packages

    This is the standard configuration value for deep-linking into a
    package's directory within a monorepo.
    
    npm RFC: https://github.com/npm/rfcs/blob/latest/implemented/0010-monorepo-subdirectory-declaration.md
    
    This will ensure the packages' pages on npmjs.org will link to the
    correct directory.
    
    Also, _eventually_, it will ensure the `npm repo` command opens to the
    correct location: npm/cli#163
    
    Lastly, this is _required_ for monorepo packages to be successfully
    published to the GitHub Package Registry (if that is ever considered in
    the future).
    https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages#publishing-multiple-packages-to-the-same-repository
    jasonkarns committed May 6, 2020
    Configuration menu
    Copy the full SHA
    8f229c6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    1c37d71 View commit details
    Browse the repository at this point in the history