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

fix(javascript): Empty pnpm object in subprojects #3072

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

cameroncf
Copy link
Contributor

Prevents empty pnpm object from being written to subproject package.json files.

Fixes #3071


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Prevents empty pnpm object from being written to subproject package.json files.
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (96508f5) 96.34% compared to head (4f97249) 96.35%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3072   +/-   ##
=======================================
  Coverage   96.34%   96.35%           
=======================================
  Files         185      185           
  Lines       34531    34533    +2     
  Branches     3199     3201    +2     
=======================================
+ Hits        33269    33273    +4     
+ Misses       1262     1260    -2     
Files Coverage Δ
src/javascript/node-package.ts 95.27% <100.00%> (+0.13%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cameroncf cameroncf changed the title fix: Empty pnpm object in subprojects fix(javascript): Empty pnpm object in subprojects Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty pnpm in sub-projects throws warning in PNPM monorepo
3 participants