Skip to content

Commit

Permalink
dev: add another port to karma watch, so that it raise no warning whe…
Browse files Browse the repository at this point in the history
…n both commands (test and ci) run at the same time
  • Loading branch information
Lionel Bijaoui committed Aug 24, 2016
1 parent 71ae504 commit 04a71a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"e2e": "node test/e2e/runner.js",
"pretest": "npm run lint",
"test": "npm run unit",
"ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots"
"ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots --port=9877"
},
"keywords": [
"vue",
Expand Down

0 comments on commit 04a71a0

Please sign in to comment.