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(deploy): apply publishConfig to all packages during deploy #6943

Merged
merged 4 commits into from
Aug 24, 2023

Commits on Aug 18, 2023

  1. feat(deploy): apply publishConfig to all packages during deploy

    When deploying packages, the package.json of the deployed package
    (as well as any other locally defined dependencies)
    should be treated as if it published, and mutate the package.json
    according to `publishConfig` and local `workspace:` dependencies.
    
    Issue: pnpm#6693
    JacobLey committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b12b3e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    c55f849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474d2c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24b699f View commit details
    Browse the repository at this point in the history