workflow: fix wrong usage of eslint

This commit is contained in:
ULIVZ
2018-12-14 00:39:56 +08:00
parent d29e1b14b6
commit 1b94fee699
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
**/node_modules
packages/@vuepress/shared-utils/lib
+1 -1
View File
@@ -16,7 +16,7 @@
"dev:blog": "yarn workspace blog dev",
"build:blog": "yarn workspace blog build",
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
"lint": "eslint packages --fix --ext .js,.vue",
"release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "node scripts/test.js",