Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Document / remove lerna bootstrap caveat #214

@callumacrae

Description

@callumacrae

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions