Skip to content

Commit

Permalink
Fix global typecheck in the CI
Browse files Browse the repository at this point in the history
Build the wasm lsp for the vs code extension before the type check - the generated .d.ts files are needed.
  • Loading branch information
tronical committed Dec 5, 2024
1 parent 736e588 commit 160c87c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fmt_lint_typecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Build wasm-interpreter before type check
working-directory: tools/slintpad
run: pnpm build:wasm_interpreter
- name: Build wasm-lsp before type check
working-directory: editors/vscode
run: pnpm build:wasm_lsp
- name: Typecheck on npm projects
run: |
pnpm type-check

0 comments on commit 160c87c

Please sign in to comment.