Skip to content

Commit ab3d900

Browse files
authored
fix: run build as part of lint (#2420)
build uses a variant of the tsconfig files and might have different results
1 parent 63ec6bb commit ab3d900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- run: npm ci
1313
- run: npm run lint
1414
- run: npm run typecheck
15+
- run: npm run build
1516
test:
1617
runs-on: ${{ matrix.config.os }}
1718
strategy:

0 commit comments

Comments
 (0)