Skip to content

Commit 04a71a0

Browse files
author
Lionel Bijaoui
committed
dev: add another port to karma watch, so that it raise no warning when both commands (test and ci) run at the same time
1 parent 71ae504 commit 04a71a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"e2e": "node test/e2e/runner.js",
1818
"pretest": "npm run lint",
1919
"test": "npm run unit",
20-
"ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots"
20+
"ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots --port=9877"
2121
},
2222
"keywords": [
2323
"vue",

0 commit comments

Comments
 (0)