Skip to content

ignore a whole dedicated folder (../some-folder) when running lerna run foo) ? #1370

@SerkanSipahi

Description

@SerkanSipahi

Its possible to ignore a whole dedicated folder (../some-folder) when running lerna run foo)? I found nothing in the commands that can resolve my problem and dont know if that possible! It seems like you can only exclude modules.

I hope I could explain what I want to achieve.

My lerna file looks like this (see below)?

{
  "packages": [
    "./packages/*",
    "../some-folder/**/packages/*"
  ],
  "version": "0.0.0"
}

My Environment

Executable Version
lerna --version 3.0.0-beta.14
npm --version 5.5.1
node --version 9.3.0

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