From ecd0c0807f77f6ac56d6fba2e1b54a332c805a9c Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 25 Nov 2024 16:52:35 +0800 Subject: [PATCH] ci: add type check for `oxc_wasm.d.ts` (#7465) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59aa5bbd58e18..775c6a7e88119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,9 @@ jobs: - working-directory: wasm/parser run: pnpm run build - name: Check output types - run: npx -y -p typescript tsc --lib es2020,dom npm/parser-wasm/node/oxc_parser_wasm.d.ts + run: | + npx -y -p typescript tsc --lib es2020,dom npm/oxc-wasm/oxc_wasm.d.ts + npx -y -p typescript tsc --lib es2020,dom npm/parser-wasm/node/oxc_parser_wasm.d.ts typos: name: Spell Check