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: move runtime libraries to dependencies from devDependencies #3204

Merged
merged 2 commits into from
Mar 11, 2021

Conversation

exKAZUu
Copy link
Contributor

@exKAZUu exKAZUu commented Mar 11, 2021

Description

Close #2974
Actually, my previous PR (#2975) didn't solve #2974 (sorry) and I confirmed this follow-up PR solves #2974 for sure.
To fix errors in yarn berry, this PR makes firebase-tools depend on exegesis and winston-transport as dependencies instead of devDependencies.

Scenarios Tested

Steps to reproduce in #2974

Sample Commands

No change to commands or flags.

@google-cla google-cla bot added the cla: yes Manual indication that this has passed CLA. label Mar 11, 2021
@exKAZUu exKAZUu changed the title fix: move runtime libraries to dependencies fix: move runtime libraries to dependencies from devDependencies Mar 11, 2021
@samtstern samtstern requested review from abeisgoat and bkendall March 11, 2021 17:55
@bkendall bkendall merged commit d14cd4c into firebase:master Mar 11, 2021
devpeerapong pushed a commit to devpeerapong/firebase-tools that referenced this pull request Dec 14, 2021
Co-authored-by: Bryan Kendall <bkend@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Manual indication that this has passed CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exegesis and winston-transport are missing in dependencies (for yarn berry)
2 participants