Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clearLine doesn't work with concurrently #10

Open
bennypowers opened this issue May 8, 2018 · 1 comment
Open

clearLine doesn't work with concurrently #10

bennypowers opened this issue May 8, 2018 · 1 comment

Comments

@bennypowers
Copy link

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.

@jkuri
Copy link
Owner

jkuri commented May 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants