rollup-plugin-progress icon indicating copy to clipboard operation
rollup-plugin-progress copied to clipboard

clearLine doesn't work with concurrently

Open bennypowers opened this issue 7 years ago • 1 comments

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.

bennypowers avatar May 08 '18 08:05 bennypowers

hi, I cannot advice you this time what to do, but if you do find solution your PR is welcome.

jkuri avatar May 08 '18 08:05 jkuri