Skip to content

Commit 7c0ef94

Browse files
author
Guillaume Chau
committed
chore: update e2e vue-cli-plugin-apollo
1 parent 8018150 commit 7c0ef94

File tree

2 files changed

+1263
-89
lines changed

2 files changed

+1263
-89
lines changed

tests/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"build": "vue-cli-service build",
88
"lint": "vue-cli-service lint",
99
"apollo:dev": "vue-cli-service apollo:watch",
10-
"apollo:run": "vue-cli-service apollo:run --port 4042",
10+
"apollo:start": "vue-cli-service apollo:start --port 4042",
1111
"test:e2e:dev": "start-server-and-test apollo:dev http://localhost:4042/.well-known/apollo/server-health test:e2e:dev:client",
1212
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development",
13-
"test:e2e": "start-server-and-test apollo:run http://localhost:4042/.well-known/apollo/server-health test:e2e:client",
13+
"test:e2e": "start-server-and-test apollo:start http://localhost:4042/.well-known/apollo/server-health test:e2e:client",
1414
"test:e2e:client": "vue-cli-service test:e2e --mode production --headless",
1515
"test": "yarn run lint --no-fix && yarn run test:e2e"
1616
},
@@ -33,7 +33,7 @@
3333
"start-server-and-test": "^1.7.9",
3434
"stylus": "^0.54.5",
3535
"stylus-loader": "^3.0.2",
36-
"vue-cli-plugin-apollo": "^0.20.0",
36+
"vue-cli-plugin-apollo": "^0.21.0",
3737
"vue-template-compiler": "^2.5.16"
3838
},
3939
"browserslist": [

0 commit comments

Comments
 (0)