Skip to content

bug: need to add proper handling for monorepos #54

@regevbr

Description

@regevbr

Currently, we are assuming the package files are located at the git repo listed in package.json, but in mono repos (like jest) that is not the case.
Need to add logic to realize that is the case and handle it properly.
initial solution that comes to mind is to check the name in the root packge.json file and if it does not match, iterate the folders for the proper directory
In case that the repo is handled by lerna (lerna.json exists) It seems that the ci configs are still at the root directory so maybe this issue is not relevant at all...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions