Skip to content

Commit

Permalink
ci: fix wasm check (#6910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Oct 26, 2024
1 parent c7f44c4 commit d3c5c78
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,13 @@ jobs:
rustup target add wasm32-unknown-unknown
cargo check -p oxc_wasm --target wasm32-unknown-unknown
- uses: ./.github/actions/pnpm
- name: Build
- run: just build-wasm debug
- working-directory: wasm/parser
run: |
just build-wasm debug
cd ./wasm/parser && pnpm build
pnpm install --no-frozen-lockfile
pnpm build
- name: Check output types
run: |
pnpm install
npx -y -p typescript tsc --lib es2020,dom npm/oxc-wasm/oxc_wasm.d.ts
run: npx -y -p typescript tsc --lib es2020,dom npm/oxc-wasm/oxc_wasm.d.ts

typos:
name: Spell Check
Expand Down

0 comments on commit d3c5c78

Please sign in to comment.