chore: add @redocly/config to @redocly/cli dependencies#1960
chore: add @redocly/config to @redocly/cli dependencies#1960tatomyr merged 1 commit intoRedocly:mainfrom
Conversation
|
There was a problem hiding this comment.
Thank you @dfrankland for the PR! I've missed it and updated the config package version in packages/core. Could you rebase your branch and resolve the conflicts?
Please disregard the checks failure.
83c3141 to
d38f991
Compare
|
@tatomyr no problem at all. Updated, rebased, and pushed 👍 |
d38f991 to
0b032a8
Compare
tatomyr
left a comment
There was a problem hiding this comment.
Thank you for fixing this!
What/Why/How?
@redocly/cliwas missing a dependency on@redocly/config. This adds that dependency so that installing and using@redocly/cliusing tools likepnpmwon't fail. Specifically, this is when hoisting is not enabled: https://pnpm.io/npmrc#hoistReference
redocly-cli/packages/cli/src/utils/miscellaneous.ts
Line 28 in b11ded5
Testing
Screenshots (optional)
Check yourself
Security