Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-13 14:02:39 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-13 14:02:39 +0300
commit7de523d167feb039a9a7be20a499281e5b8a961e (patch)
tree2bb0c54b4f76b72fb3d0cb7c8e56d42c88e7a90c
parentd429b76653e2ff0912653c1c1541c041d76b75af (diff)
Add missing comma for karma-ci script in package.jsonadd-karma-ci-and-increase-log-level
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a03eae53e74..79735ec1b17 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"eslint-fix": "eslint --max-warnings 0 --ext .js,.vue --fix .",
"eslint-report": "eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html .",
"karma": "karma start config/karma.config.js --single-run",
- "karma-ci": "karma start config/karma.config.js --single-run --log-level debug"
+ "karma-ci": "karma start config/karma.config.js --single-run --log-level debug",
"karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run",
"karma-start": "karma start config/karma.config.js",
"webpack": "webpack --config config/webpack.config.js",