File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
"lint" : " vue-cli-service lint" ,
8
8
"graphql-api" : " cross-env VUE_CLI_DEBUG=true vue-cli-service graphql-api" ,
9
9
"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" ,
11
11
"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" ,
13
13
"test:e2e:run" : " vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040" ,
14
14
"test:e2e" : " start-server-and-test run-test-graphql-api http://localhost:4040 test:e2e:dev" ,
15
15
"test:run" : " start-server-and-test run-test-graphql-api http://localhost:4040 test:e2e:run" ,
You can’t perform that action at this time.
0 commit comments