We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c5857 commit 65c3a70Copy full SHA for 65c3a70
.github/workflows/ci.yml
@@ -136,8 +136,8 @@ jobs:
136
run: pnpm run build
137
- name: Check output types
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
+ 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
141
142
typos:
143
name: Spell Check
0 commit comments