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

feat: support pnpm workspaces #160

Merged
merged 7 commits into from
Dec 22, 2022
Merged

Commits on Dec 22, 2022

  1. refactor

    dimaMachina committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    2884da0 View commit details
    Browse the repository at this point in the history
  2. add new pnpm test example

    dimaMachina committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    6a57f05 View commit details
    Browse the repository at this point in the history
  3. add test

    dimaMachina committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    0c703a2 View commit details
    Browse the repository at this point in the history
  4. process.cwd() by default

    dimaMachina committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d09e52f View commit details
    Browse the repository at this point in the history
  5. works

    dimaMachina committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3a50112 View commit details
    Browse the repository at this point in the history
  6. took workspace from pnpm-workspace.yaml

    throw an error in case existing both `pnpm-workspace.yaml` and `package.json#workspaces` fields
    add `execa` as dependency
    cleanup unused deps
    dimaMachina committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3bc062c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c69d5b6 View commit details
    Browse the repository at this point in the history