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

[Draft] Progress towards a single source of npm install #9789

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2022

  1. Extract package managers from package-cache

    In order to bring npm and yarn (and bower as a bonus) invocation into
    a single place, I’m starting by extrating them from the place where
    they are mostly used, `package-cache`. This will allow us to use this
    module as the central point for functionalities related with abstracting
    which package manager is running, focusing on the goal.
    gnclmorais committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    cd2d3c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1d3852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    510761c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    8bcaba8 View commit details
    Browse the repository at this point in the history
  2. Extend new package to npm-task

    Reduce duplication by relying on the newly introduced file that
    concentrates package manager differences.
    gnclmorais committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    78192f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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

Commits on Jan 27, 2022

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