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

add corepack project install command #551

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Aug 21, 2024

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

    mmkal committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4b92973 View commit details
    Browse the repository at this point in the history
  3. fix descirptions

    mmkal committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    793bbb1 View commit details
    Browse the repository at this point in the history
  4. add tests

    mmkal committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e2d6567 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Update Project.ts

    Co-authored-by: Steven <[email protected]>
    mmkal and styfle authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2f790c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. docs

    mmkal committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    1510e37 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    a5d870d View commit details
    Browse the repository at this point in the history
  2. fix tests + make em easier to debug on failure

    specifically:
    - assert that `stdout` doesn't contain the word "Error"
    - use the same npm/pnpm/yarn versions that are already used elsewhere, maybe some mocking is happening
    - add a license field
    - check for existence of node_modules/ms/package.json
    mmkal committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ca88ec3 View commit details
    Browse the repository at this point in the history
  3. fix npm casing

    mmkal committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6a0aed2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. lint --fix

    mmkal committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6ccc639 View commit details
    Browse the repository at this point in the history