npm scripts を複数、並列または直列実行するためのツール。
$ npm i -D npm-run-all
# npx での実行はちょっとイレギュラーな書き方する
#
# npx run-s のように実行できない issue がある
# ↑ やると [email protected] とかいう別物走らせようとするので注意
# https://github.com/mysticatea/npm-run-all/issues/209
#
$ npm exec -- run-s test:*