-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add yarn resolution for jackspeak
[LG-4183]
#2286
Conversation
|
Size Change: 0 B Total Size: 1.34 MB ℹ️ View Unchanged
|
✍️ Proposed changes
Resolves: https://jira.mongodb.org/browse/LG-4183
Fixes a bug where adding new packages via the command line would update
yarn.lock
in a way that would break Storybook & Jest.By adding this resolution, we ensure only one version of
wrap-ansi
is installed.]See this issue in the storybook repo for more
🧪 How to test changes
Run the following in
main
andadam/fix-wrap-ansi-cjs
to see the bug and fix, respectivelyThen, to see the errors run
yarn test
or