Skip to content

Commit

Permalink
ENH: Test typescript bindings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 1, 2023
1 parent 0c96442 commit bc03309
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ jobs:
- name: Build
run: |
npm run build
- name: Build typescript buildings
working-directory: ./wasm/typescript
run: |
npm install -g pnpm
pnpm install
pnpm build
- name: Test typescript buildings
working-directory: ./wasm/typescript
run: |
pnpm test

0 comments on commit bc03309

Please sign in to comment.