about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-11-30 19:16:32 +0100
committerGitHub <noreply@github.com>2018-11-30 19:16:32 +0100
commit3948b6fa523dc5ebc8cde32b4b8d6a055788f8fb (patch)
tree7abd6dafcecef02c35e7db1b56b2a2c171392a2d /package.json
parentd0453e77dc44ec081b1642e8dd8ac9f265403962 (diff)
Remove npm-run-all dependency (#9401)
Fix #9359
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index d89293c5d..b8f819b5f 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
     "manage:translations": "node ./config/webpack/translationRunner.js",
     "start": "node ./streaming/index.js",
-    "test": "npm-run-all test:lint test:jest",
+    "test": "npm run test:lint && npm run test:jest",
     "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/",
     "test:jest": "cross-env NODE_ENV=test jest --coverage"
   },
@@ -76,7 +76,6 @@
     "mini-css-extract-plugin": "^0.4.2",
     "mkdirp": "^0.5.1",
     "node-sass": "^4.9.2",
-    "npm-run-all": "^4.1.2",
     "npmlog": "^4.1.2",
     "object-assign": "^4.1.1",
     "object-fit-images": "^3.2.3",