chore: fix lint args

This commit is contained in:
Guillaume Chau
2018-11-26 20:07:29 +01:00
parent b7bed8a289
commit 8fd8082f4b

View File

@@ -4,7 +4,7 @@
"scripts": {
"serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4030/graphql VUE_APP_GRAPHQL_PORT=4030 vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint": "vue-cli-service lint src apollo-server",
"apollo": "cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_GRAPHQL_PORT=4030 vue-cli-service apollo:watch",
"apollo:run": "cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:run",
"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 @@
"rss-parser": "^3.4.3",
"semver": "^5.5.0",
"shortid": "^2.2.11",
"terminate": "^2.1.0",
"vue-cli-plugin-apollo": "^0.17.3",
"watch": "^1.0.2"
},