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 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" ,
You can’t perform that action at this time.
0 commit comments