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

Document / remove lerna bootstrap caveat #214

Open
callumacrae opened this issue Jan 28, 2020 · 0 comments
Open

Document / remove lerna bootstrap caveat #214

callumacrae opened this issue Jan 28, 2020 · 0 comments

Comments

@callumacrae
Copy link
Contributor

Currently, when modules are linked with lerna bootstrap, the dependant reads from the lib directory of the dependency, meaning that if you've made changes to a a component and then want to test its impact in a component that is dependant on it, you have to run lerna run build for the change to take affect (I think you also have to restart storybook - untested)

This isn't obvious at the moment - it either needs to be documented, or (better solution!) we should tell webpack to read from the src directory when referring to linked dependencies inside storybook

@callumacrae callumacrae mentioned this issue Feb 6, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant