Skip to content

Commit

Permalink
adding prelint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Aug 17, 2020
1 parent bb0183e commit 9901b29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
yarn checkchange
displayName: check change
## manually call this since lage is now used and it calls lint per package, not per repo
- script: |
yarn prelint
displayName: do syncpack and no-tslint checks
## only do scoped builds with PRs
- script: |
yarn lage build test lint --verbose --no-cache --grouped --since $(target_branch)
Expand Down

0 comments on commit 9901b29

Please sign in to comment.