Skip to content

Commit

Permalink
ci: Test bindgen build of mean-squares-versor-registration example
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 27, 2023
1 parent ca3b772 commit 19b019c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/examples.yml
Expand Up @@ -268,3 +268,9 @@ jobs:
- name: Build
run: |
npm run build
- name: Build TypeScript/JavaScript bindings
run: |
cd typescript
npm install
npm run build

0 comments on commit 19b019c

Please sign in to comment.