Skip to content

Commit 67ab36c

Browse files
thewtexN-Dekker
authored andcommitted
BUG: Build entire Typescript bindings in CI
In addition to building the WASM modules, build the Typescript bindings and generate the JavaScript bundles.
1 parent 263cdd8 commit 67ab36c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wasm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131

3232
- uses: prefix-dev/setup-pixi@v0.8.1
3333

34-
- name: Build Emscripten
34+
- name: Build Typescript
3535
run: |
36-
pixi run build-emscripten
36+
pixi run bindgen-build-typescript
3737
38-
- name: Build WASI
38+
- name: Build Python
3939
run: |
40-
pixi run build-wasi
40+
pixi run bindgen-build-python
4141
4242
- name: Test TypeScript
4343
run: |

0 commit comments

Comments
 (0)