Skip to content

Commit ef5eacd

Browse files
authored
ci(test): run tsc in CI (#601)
1 parent 79b7e71 commit ef5eacd

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
@@ -36,4 +36,5 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- run: npm ci
3838
- run: npm run lint
39+
- run: npm run build
3940
if: ${{ always() }}

0 commit comments

Comments
 (0)