Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace parallelshell with concurrently
As far as I can tell and test, concurrently works as a drop-in replacement here. Parallelshell does not appear to be maintained and the npm-published version suffers from a critical bug which causes it to fail on Node 10 and above (darkguy2008/parallelshell#67).
- Loading branch information