We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a06b40 commit 04c5857Copy full SHA for 04c5857
.github/workflows/ci.yml
@@ -135,7 +135,9 @@ jobs:
135
- working-directory: wasm/parser
136
run: pnpm run build
137
- name: Check output types
138
- run: npx -y -p typescript tsc --lib es2020,dom npm/parser-wasm/node/oxc_parser_wasm.d.ts
+ 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
141
142
typos:
143
name: Spell Check
0 commit comments