Skip to content

Commit

Permalink
fix: fix command in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstratta committed Feb 8, 2020
1 parent d581646 commit 56f8825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- script: yarn lint:check
displayName: 'Linter check'

- script: yarn typecheck
displayName: 'Typecheck'
- script: yarn tsc
displayName: 'TypeScript check'

- template: azure-pipelines/test.yml

Expand Down

0 comments on commit 56f8825

Please sign in to comment.