-
Notifications
You must be signed in to change notification settings - Fork 3
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
handle csnx storybooks from central storybooks app #1714
Conversation
this keeps the storybook env discreet from the package development environments
|
Tip Once this PR is ready to go, add the This saves us a lot of money by not running the tests before we need them. |
"This PR was marked stale because it has been open for 30 days without activity. If nothing happens, it will be closed 3 days from now." |
This PR was closed because nothing happened for 3 days after becoming stale. |
Pull request was closed
What are you changing?
apps/storybooks
react
explicitly point to"./node_modules/@types/react"
@guardian/
packages peerdep on@types/react
which was only there to get storybook working (no longer needed so we can avoid a major bump for consumers)Why?
keeps the storybook env discreet from the package development environments, meaning we can run storybook in different versions of e.g. react than we develop in. this is a more realistic use of the library.
Co-authored-by: @oliverabrahams