Skip to content

Commit e837606

Browse files
Fix CI
1 parent 9fe41d3 commit e837606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: npm run lint
6060

6161
- name: Typecheck SDK
62-
run: npm run typecheck
62+
run: npm run build && npm run typecheck
6363

6464
- name: Install test harness dependencies
6565
working-directory: ./test/harness

0 commit comments

Comments
 (0)