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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bootstrap): respect --force-local option #2104

Merged
merged 2 commits into from Jun 9, 2019
Merged

fix(bootstrap): respect --force-local option #2104

merged 2 commits into from Jun 9, 2019

Commits on May 23, 2019

  1. fix(bootstrap): respect --force-local option

    Before this change, `--force-local` option was not respected and
    monorepo-local packages outside of the defined --scope were still
    installed from the npm registry.
    
    This commit fixes the code handling `--force-local` logic, so that:
    - Local packages are resolved as links within the monorepo
    - The following warning IS NOT printed anymore:
      _Installing local packages that do not match filters from registry_
    
    Signed-off-by: Miroslav Bajto拧 <mbajtoss@gmail.com>
    bajtos committed May 23, 2019
    Configuration menu
    Copy the full SHA
    959a00a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. fixup! add a failing test

    Signed-off-by: Miroslav Bajto拧 <mbajtoss@gmail.com>
    bajtos committed May 24, 2019
    Configuration menu
    Copy the full SHA
    e0b0f99 View commit details
    Browse the repository at this point in the history