We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe41d3 commit e837606Copy full SHA for e837606
1 file changed
.github/workflows/nodejs-sdk-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
run: npm run lint
60
61
- name: Typecheck SDK
62
- run: npm run typecheck
+ run: npm run build && npm run typecheck
63
64
- name: Install test harness dependencies
65
working-directory: ./test/harness
0 commit comments