|
15 | 15 | "Sahar Jafari <[email protected]>" |
16 | 16 | ], |
17 | 17 | "scripts": { |
18 | | - "build": "npm run build-core && npm run build-bundle && npm run build-standalone", |
| 18 | + "build": "run-p --aggregate-output build-core build-bundle build-standalone", |
19 | 19 | "build-bundle": "webpack --config webpack-dist-bundle.config.js --colors", |
20 | 20 | "build-core": "webpack --config webpack-dist.config.js --colors", |
21 | 21 | "build-standalone": "webpack --config webpack-standalone.config.js --colors", |
22 | | - "deps-check": "npm run deps-license && npm run deps-size", |
| 22 | + "deps-check": "run-s deps-license deps-size", |
23 | 23 | "deps-license": "license-checker --production --csv --out $npm_package_config_deps_check_dir/licenses.csv && license-checker --development --csv --out $npm_package_config_deps_check_dir/licenses-dev.csv", |
24 | 24 | "deps-size": "webpack -p --config webpack.check.js --json | webpack-bundle-size-analyzer >| $npm_package_config_deps_check_dir/sizes.txt", |
25 | 25 | "predev": "npm install", |
|
29 | 29 | "lint": "eslint --cache --ext '.js,.jsx' src test", |
30 | 30 | "lint-errors": "eslint --cache --quiet --ext '.js,.jsx' src test", |
31 | 31 | "lint-fix": "eslint --cache --ext '.js,.jsx' src test --fix", |
32 | | - "test": "npm run just-test-in-node && npm run lint-errors", |
33 | | - "test-in-node": "npm run lint-errors && npm run just-test-in-node", |
| 32 | + "test": "run-s just-test-in-node lint-errors", |
| 33 | + "test-in-node": "run-s lint-errors just-test-in-node", |
34 | 34 | "just-test": "karma start --config karma.conf.js", |
35 | 35 | "just-test-in-node": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-core/register test", |
36 | 36 | "just-test-in-node-watch": "npm run just-test-in-node -- -w", |
|
106 | 106 | "lodash": "^4.17.4", |
107 | 107 | "matcher": "^0.1.2", |
108 | 108 | "mocha": "^3.2.0", |
109 | | - "npm-run-all": "3.1.1", |
| 109 | + "npm-run-all": "^4.1.3", |
110 | 110 | "null-loader": "0.1.1", |
111 | 111 | "open": "0.0.5", |
112 | 112 | "postcss-loader": "0.7.0", |
|
0 commit comments