Skip to content

Commit

Permalink
changed lint and build order for azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Sep 4, 2024
1 parent 9755be9 commit ca2a28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ steps:
- script: yarn install
displayName: 'Yarn install'

- script: yarn lint
displayName: 'Yarn Lint'

- script: yarn build
displayName: 'Build'

- script: yarn lint
displayName: 'Yarn Lint'

- script: yarn test:unit
displayName: 'Unit tests'

Expand Down

0 comments on commit ca2a28e

Please sign in to comment.