Skip to content

Commit 8fd8082

Browse files
author
Guillaume Chau
committed
chore: fix lint args
1 parent b7bed8a commit 8fd8082

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4030/graphql VUE_APP_GRAPHQL_PORT=4030 vue-cli-service serve",
66
"build": "vue-cli-service build",
7-
"lint": "vue-cli-service lint",
7+
"lint": "vue-cli-service lint src apollo-server",
88
"apollo": "cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_GRAPHQL_PORT=4030 vue-cli-service apollo:watch",
99
"apollo:run": "cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:run",
1010
"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",
@@ -52,7 +52,6 @@
5252
"rss-parser": "^3.4.3",
5353
"semver": "^5.5.0",
5454
"shortid": "^2.2.11",
55-
"terminate": "^2.1.0",
5655
"vue-cli-plugin-apollo": "^0.17.3",
5756
"watch": "^1.0.2"
5857
},

0 commit comments

Comments
 (0)