-
Added the support of overwritten configuration options (#13).
You can use "--
packageName:
fieldName=
value" options to overwritepackage.json
'sconfig
field.> npm-run-all build:* start --my-package:port=3000
-
Improved the logic to kill child processes on UNIX-like platforms.
Nownpm-run-all
kills child processes by using Process Group ID. -
I did refactoring
npm-run-all
's code.