Skip to content

Commit 0fe6da5

Browse files
committed
add npm run typecheck to CI
1 parent 7da4d3c commit 0fe6da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
- run: npm run build --if-present
3131
- run: npm test
3232
- run: npm run lint
33+
- run: npm run typecheck

0 commit comments

Comments
 (0)