Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Run in pararel on remote repositories #7

@wtrocki

Description

@wtrocki

We have all remote repositories in modules folder right now. Those will have separate node_modules installed at the time of setup.

We can add:

  1. workspaces configuration (it will affect how modules are fetched which we probably do not want)
  2. Use parallel runner like https://www.npmjs.com/package/run-in-all

Second option seems more appropriate to run set of UI's together, however, to do that we need to unify how we run projects in the dev. kas-ui, kafka-ui have different scripts to start in dev mode thus it is not possible to issue same script on those etc.

WDYT?

Alternatively we can have script that allow us to define dev profiles in package.json (list of projects that will be started in dev mode etc.

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