Skip to content

Commit

Permalink
chore(lint): refactor lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
伍程凯 committed Jul 11, 2018
1 parent 34a0884 commit cd2e587
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 @@ -8,7 +8,7 @@
"libs"
],
"scripts": {
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"lint": "tslint --project tsconfig.json",
"docs:lint": "documentation lint dist/src/**",
"docs:deploy": "npm run docs && cp -r .circleci docs && gh-pages -d docs -t",
"docs": "rm -rf docs/ dist/ && npm run dev && documentation build dist/src/** -f html -o docs",
Expand Down

0 comments on commit cd2e587

Please sign in to comment.