We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1763170 commit 5dfcc7eCopy full SHA for 5dfcc7e
packages/@vue/cli-ui/package.json
@@ -11,6 +11,7 @@
11
"build": "vue-cli-service build",
12
"lint": "vue-cli-service lint src apollo-server",
13
"apollo": "cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_GRAPHQL_PORT=4030 vue-cli-service apollo:watch",
14
+ "apollo:debug": "cross-env VUE_CLI_DEBUG=true yarn run apollo",
15
"apollo:run": "cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:run",
16
"apollo:run:test": "cross-env VUE_CLI_DEBUG=true 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",
17
"prepublishOnly": "yarn run lint --no-fix && yarn run build",
0 commit comments