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

BREAKING REGRESSION: Turbo no longer recognizes and builds dependencies / devDependencies for ^build #847

@jlarmstrongiv

Description

@jlarmstrongiv

What version of Turborepo are you using?

1.1.5

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

npm

What operating system are you using?

Mac

Describe the Bug

Turbo can no longer recognize dependencies, e.g. with ^build scripts

This causes all build commands to be run in any order, meaning that turbo generally crashes when package dependencies aren’t built yet.

Expected Behavior

Turbo works like 1.1.4

To Reproduce

Reproduction here

  • Download
  • npm install
  • npm install -g turbo@1.1.5
  • turbo run build

To run correctly, do the same steps with turbo@1.1.4

Metadata

Metadata

Assignees

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