Skip to content

issue with npm-run-all #22

@jdeniau

Description

@jdeniau

Imagine the following package configuration

{
  "scripts": {
    "build": "run-p build:*",
    "build:types": "tsc --emitDeclarationOnly",
    "build:module": "rollup --config"
  }
}

Watch-module will never detect that the build is done and will never output the module swapped message.

The issue is present even in synchronous mode (run-s instead of run-s)

Doc of npm-run-all : https://www.npmjs.com/package/npm-run-all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions