Skip to content

clearLine doesn't work with concurrently #10

@bennypowers

Description

@bennypowers

Hi! I use concurrently in package.json to run commands that will work both on POSIX and windows shells:

In root:

{
  "scripts": {
    "watch": "npx concurrently --kill-others --names public,server \"npm run start:public\" \"npm run start:server\"",
  }
}

In Public:

{
  "scripts": {
    "start": "rollup --config --sourcemap --watch --silent --experimentalDynamicImport",
  }
}

When I cd public && npm start, I get nice single-line output, but when I cd .. && npm run watch I get
one line per file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions