Doesn't work with cross-env · Issue #147 · mysticatea/npm-run-all
{ "scripts": { "set-env:test": "cross-env NODE_ENV=test", "set-env:staging": "cross-env NODE_ENV=staging", "set-env:production": "cr...