Skip to content

Commit 6aa2f1e

Browse files
committed
chore: remove unecessary mode in scripts
1 parent 73534a4 commit 6aa2f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "vue-cli-service build",
77
"lint": "vue-cli-service lint",
88
"graphql-api": "cross-env VUE_CLI_DEBUG=true vue-cli-service graphql-api",
9-
"run-graphql-api": "vue-cli-service run-graphql-api --mode development",
9+
"run-graphql-api": "vue-cli-service run-graphql-api",
1010
"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",
1111
"prepublishOnly": "yarn run lint --no-fix && yarn run build",
1212
"test:e2e:dev": "cross-env VUE_APP_GRAPHQL_WS=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development",

0 commit comments

Comments
 (0)