Skip to content

Commit 5c2d0ba

Browse files
committed
fix: fix dependency issue
1 parent eabdaf1 commit 5c2d0ba

File tree

2 files changed

+203
-30
lines changed

2 files changed

+203
-30
lines changed

packages/@vue/cli-ui/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"apollo:start:test": "cross-env VUE_CLI_DEBUG=true VUE_CLI_UI_TEST=true VUE_APP_GRAPHQL_PORT=4040 VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql VUE_CLI_IPC=vue-cli-test vue-cli-service apollo:dev --mode production",
1717
"prepublishOnly": "yarn run lint --no-fix && yarn run build",
1818
"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-
"test:run": "yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:run",
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",
2020
"test:e2e:dev": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development",
21-
"test:e2e:run": "vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040",
21+
"test:e2e:start": "vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040",
2222
"test:clear": "rimraf ../../test/cli-ui-test && rimraf ./live-test",
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:run"
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"
2424
},
2525
"files": [
2626
"apollo-server",
@@ -85,6 +85,7 @@
8585
"start-server-and-test": "^1.9.1",
8686
"stylus": "^0.54.5",
8787
"stylus-loader": "^3.0.1",
88+
"subscriptions-transport-ws": "^0.9.6",
8889
"vue": "^2.6.10",
8990
"vue-apollo": "^3.0.0-beta.29",
9091
"vue-color": "^2.4.6",

0 commit comments

Comments
 (0)