File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
"lint" : " vue-cli-service lint" ,
8
8
"apollo" : " cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_GRAPHQL_PORT=4000 vue-cli-service apollo:watch" ,
9
9
"apollo:run" : " cross-env VUE_CLI_DEBUG=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:run" ,
10
- "apollo:run:test" : " cross-env 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:watch" ,
10
+ "apollo:run:test" : " cross-env 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:watch --mode production " ,
11
11
"prepublishOnly" : " yarn run lint --no-fix && yarn run build" ,
12
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" ,
You can’t perform that action at this time.
0 commit comments