Skip to content

Commit 5dfcc7e

Browse files
author
Guillaume Chau
committed
chore(scripts): add apollo:debug command
1 parent 1763170 commit 5dfcc7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build": "vue-cli-service build",
1212
"lint": "vue-cli-service lint src apollo-server",
1313
"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",
1415
"apollo:run": "cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:run",
1516
"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",
1617
"prepublishOnly": "yarn run lint --no-fix && yarn run build",

0 commit comments

Comments
 (0)