File tree Expand file tree Collapse file tree 2 files changed +1263
-89
lines changed
Expand file tree Collapse file tree 2 files changed +1263
-89
lines changed Original file line number Diff line number Diff line change 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 },
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" : [
You can’t perform that action at this time.
0 commit comments