Skip to content

Run npm install on all library automatically #6

@jogelin

Description

@jogelin
  • I'm submitting a ...
    [ ] bug report
    [X] feature request
    [ ] question about the decisions made in the repository

  • Do you want to request a feature or report a bug?
    When a library depends on a third part library which is not shared, we should be able to execute npm install automatically.

  • What is the current behavior?
    The command npm run lib:build doesn't compile because it doesn't find the third part library specified in the code.

  • Reproduce
    Simply having an external dependency (not a peer or a dev dependency) in the package.json of the library.

  • What is the expected behavior?
    When we do the main npm install or when we do npm run lib:sync or other, execute the npm install for each library

  • What is the motivation / use case for changing the behavior?
    On a CI environment, I need to manually run npm install on each library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions