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

turbo@1.0.25 doesn't detect any packages #549

@paul-mais

Description

@paul-mais

What version of Turborepo are you using?

1.0.25

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

pnpm

What operating system are you using?

Linux

Describe the Bug

After updating to 1.0.25 turbo doesn't detect any packages

> test@1.0.0 build /home/paul/r/test
> turbo run build

• Packages in scope: 
• Running build in 0 packages

 Tasks:    0 successful, 0 total
Cached:    0 cached, 0 total
  Time:    2ms >>> FULL TURBO 

Expected Behavior

in 1.0.24 everything works fine

> test@1.0.0 build /home/paul/r/test
> turbo run build

• Packages in scope: @test/api, @test/shared, test-server, test-ui
• Running build in 4 packages
@test/shared:build: cache miss, executing 3ecd2717612f3d54
@test/shared:build: 
...

To Reproduce

update to 1.0.25 and run any script e.g dev, build

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