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

Turbo hangs when a package command includes --watch #452

@NullVoxPopuli

Description

@NullVoxPopuli

What version of Turborepo are you using?

1.0.23

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

Yarn v1

What operating system are you using?

Linux

Describe the Bug

I package I have does tsc --build --watch, and turbo hangs as a result (because watch never ends)

Expected Behavior

task execution for other projects resumes

To Reproduce

  • have two projects, app and library
  • define:
  "turbo": {
    "pipeline": {
      "dev": {
        "dependsOn": [
          "^dev"
        ]
      },
  • have library/package.json#scripts.dev be tsc --build --watch
  • observe app's dev script is never ran

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