这是indexloc提供的服务,不要输入任何密码
Skip to content

scope/ignore with many tasks not working #715

@morriq

Description

@morriq

What version of Turborepo are you using?

1.12

What package manager are you using / does the bug impact?

pnpm

What operating system are you using?

Mac

Describe the Bug

We have issue with skiping som projects while running commands.

works well:
pnpm turbo run lint --scope="packages/**/*"

takes all projects from monorepo
pnpm turbo run lint build --scope="packages/**/*"

Expected Behavior

pnpm turbo run lint build --scope="packages/**/*"

respects scope/ignore argument

To Reproduce

  1. npx create-turbo@latest with pnpm
  2. pnpm turbo run lint build --scope="packages/**/*"

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