Skip to content

Commit 207a630

Browse files
author
Guillaume Chau
committed
fix(ui): env var names
1 parent 12129b3 commit 207a630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"lint": "vue-cli-service lint",
88
"graphql-api": "cross-env VUE_CLI_DEBUG=true vue-cli-service graphql-api",
99
"run-graphql-api": "vue-cli-service run-graphql-api",
10-
"run-test-graphql-api": "cross-env NODE_ENV=test VUE_APP_GRAPHQL_PORT=4040 VUE_APP_GRAPHQL_WS=ws://localhost:4040/graphql yarn run graphql-api",
10+
"run-test-graphql-api": "cross-env NODE_ENV=test VUE_APP_GRAPHQL_PORT=4040 VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql yarn run graphql-api",
1111
"prepublishOnly": "yarn run lint --no-fix && yarn run build",
12-
"test:e2e:dev": "cross-env VUE_APP_GRAPHQL_WS=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development",
12+
"test:e2e:dev": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development",
1313
"test:e2e:run": "vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040",
1414
"test:e2e": "start-server-and-test run-test-graphql-api http://localhost:4040 test:e2e:dev",
1515
"test:run": "start-server-and-test run-test-graphql-api http://localhost:4040 test:e2e:run",

0 commit comments

Comments
 (0)