Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-Authored-By: Sarah Dayan <dayan.sarah@gmail.com>
  • Loading branch information
kefranabg and sarahdayan authored Aug 11, 2019
1 parent dd008d3 commit c1992c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c1992c8

Please sign in to comment.