File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 39
39
"browserslist" : [
40
40
" > 1%" ,
41
41
" last 2 versions" ,
42
- " not dead"
42
+ " not dead" ,
43
+ " not ie 11"
43
44
],
44
45
"publishConfig" : {
45
46
"access" : " public"
Original file line number Diff line number Diff line change 1
1
> 1%
2
2
last 2 versions
3
3
not dead
4
+ not ie 11
Original file line number Diff line number Diff line change 18
18
"test:e2e" : " yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:dev" ,
19
19
"test:start" : " yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:start" ,
20
20
"test:e2e:dev" : " cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development" ,
21
- "test:e2e:start" : " vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040" ,
21
+ "test:e2e:start" : " vue-cli-service test:e2e --mode production --browser chrome -- headless --url=http://localhost:4040" ,
22
22
"test:clear" : " rimraf ../../test/cli-ui-test && rimraf ./live-test" ,
23
23
"test" : " yarn run build && cd ../cli-ui-addon-webpack && yarn run build && cd ../cli-ui-addon-widgets && yarn run build && cd ../cli-ui && yarn run test:start"
24
24
},
111
111
"browserslist" : [
112
112
" > 1%" ,
113
113
" last 2 versions" ,
114
- " not dead"
114
+ " not dead" ,
115
+ " not ie 11"
115
116
],
116
117
"main" : " index.js" ,
117
118
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments