Toru Nagashima
1 min readOct 10, 2017

--

Hello. Thank you to introduce npm-run-all .

If there’s a better way to do this, please let me know about it in the comments!

I like wait-on package. I can wait for the server with the package. For example:

"test": "wait-on http://localhost:8000/ && codecept",

--

--