Skip to content

Commit 04c5857

Browse files
committed
check
1 parent 3a06b40 commit 04c5857

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ jobs:
135135
- working-directory: wasm/parser
136136
run: pnpm run build
137137
- name: Check output types
138-
run: npx -y -p typescript tsc --lib es2020,dom npm/parser-wasm/node/oxc_parser_wasm.d.ts
138+
run: |
139+
npx -y -p typescript tsc --lib es2020,dom npm/oxc-wasm/oxc_wasm.d.ts
140+
npx -y -p typescript tsc --lib es2020,dom npm/parser-wasm/node/oxc_parser_wasm.d.ts
139141
140142
typos:
141143
name: Spell Check

0 commit comments

Comments
 (0)