Skip to content

Commit

Permalink
build: swap order
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jan 12, 2021
1 parent a4e1c24 commit 72b8cf0
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 @@ -25,12 +25,12 @@ jobs:
- script: yarn
displayName: Install deps

- script: yarn lint
displayName: Lint the code

- script: yarn build
displayName: Build the code in JavaScript

- script: yarn lint
displayName: Lint the code

- script: yarn test.karma
displayName: Run the browser tests

Expand Down

0 comments on commit 72b8cf0

Please sign in to comment.