-
Notifications
You must be signed in to change notification settings - Fork 959
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 broken pnpm support for cf3 #5467
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Codecov ReportBase: 56.28% // Head: 56.28% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #5467 +/- ##
==========================================
- Coverage 56.28% 56.28% -0.01%
==========================================
Files 315 315
Lines 21348 21355 +7
Branches 4354 4355 +1
==========================================
+ Hits 12016 12019 +3
- Misses 8291 8295 +4
Partials 1041 1041
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Due to the way pnpm resolves packages with peer dependencies, location of the firebase functions sdk package isn't where the CLI expects it to be. We make the logic for finding the binary associated Firebase Functions SDK more robust by checking list of possible paths where it might exist. We also add integration test for pnpm in the functions discovery test. Fixes #5448
Due to the way pnpm resolves packages with peer dependencies, location of the firebase functions sdk package isn't where the CLI expects it to be.
We make the logic for finding the binary associated Firebase Functions SDK more robust by checking list of possible paths where it might exist. We also add integration test for pnpm in the functions discovery test.
Fixes #5448