From 04c5857943ae0ac2dd5ffaf1be69a4b23d905305 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 24 Nov 2024 23:58:28 +0800 Subject: [PATCH] check --- .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 52566463185c66..727337aadbeaf1 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