open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

Bring spawn-command into concurrently #479

Closed gustavohenke closed 3 months ago

gustavohenke commented 3 months ago

Yay we no longer have a 10+ years old unmaintained dependency!

Fixes #407 Fixes #477

coveralls commented 3 months ago

Coverage Status

coverage: 99.134% (-0.2%) from 99.343% when pulling 3f61979f2b6f356bef0a30dad8d20b90c1a62326 on ditch-spawn-command into c70098091d369b85d4f29d25aa715b81045d7a38 on main.

theonlypwner commented 2 days ago

mmalecki/spawn-command#9 was fixed, so that dependency wasn't actually unmaintained.

Instead of including its code in this repo, it would be easier to just bump spawn-command to 0.0.3 in package.json.