Skip to content

Commit f153475

Browse files
author
Sassoun Derderian
committed
chore: npm-run-all shorthands
1 parent ed44105 commit f153475

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"karma-spec-reporter": "0.0.30",
4141
"karma-webpack": "2.0.2",
4242
"mocha": "3.2.0",
43+
"npm-run-all": "4.0.2",
4344
"phantomjs-polyfill-object-assign": "0.0.2",
4445
"phantomjs-prebuilt": "2.1.14",
4546
"requirejs": "2.3.3",
@@ -61,8 +62,11 @@
6162
"webpack": "2.2.1"
6263
},
6364
"scripts": {
64-
"test": "karma start karma.conf.js",
65-
"ci-test": "karma start karma-ci.conf.js && codecov",
65+
"test": "run-s test:phantomjs",
66+
"ci-test": "run-s -n test:phantomjs test:coverage test:saucelabs",
67+
"test:saucelabs": "karma start karma-ci.conf.js",
68+
"test:coverage": "codecov",
69+
"test:phantomjs": "karma start karma.conf.js",
6670
"build": "webpack -p --bail",
6771
"update-online-docs": "gulp publish-docs",
6872
"prepublish": "npm run build",

0 commit comments

Comments
 (0)