Skip to content

Commit

Permalink
Add linting to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Aug 29, 2019
1 parent fe8f954 commit d63ca84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ steps:
displayName: 'Install dependencies'

- script: |
npm run lint:client
npm run compile:client
displayName: 'Compile client'

- script: |
npm run lint:server
npm run compile:server
displayName: 'Compile server'

0 comments on commit d63ca84

Please sign in to comment.