diff --git a/package.json b/package.json index b46e73e41f..236f377968 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "view-info": "yarn tsc && yarn workspace docs view-info", "show-help": "yarn workspace docs show-help", "register-vuepress": "lerna exec --scope vuepress -- yarn link", - "lint": "eslint packages --fix --ext .js,.vue", + "lint": "yarn lint:check --fix", "lint:check": "eslint packages --ext .js,.vue", "release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",