We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea95c52 commit 94de904Copy full SHA for 94de904
packages/@vue/cli-ui/package.json
@@ -6,7 +6,7 @@
6
"build": "vue-cli-service build",
7
"lint": "vue-cli-service lint",
8
"graphql-api": "cross-env VUE_CLI_DEBUG=true vue-cli-service graphql-api",
9
- "run-graphql-api": "vue-cli-service run-graphql-api",
+ "run-graphql-api": "vue-cli-service run-graphql-api --mode development",
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",
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",
0 commit comments