Skip to content

Commit

Permalink
fix: run build as part of lint (#2420)
Browse files Browse the repository at this point in the history
build uses a variant of the tsconfig files and might have different results
  • Loading branch information
reconbot committed Feb 5, 2022
1 parent 63ec6bb commit ab3d900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm run build
test:
runs-on: ${{ matrix.config.os }}
strategy:
Expand Down

0 comments on commit ab3d900

Please sign in to comment.