Skip to content

Commit 5b494ed

Browse files
committed
ENH: Add TypeScript build to CI
1 parent 5b251c8 commit 5b494ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wasm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ jobs:
2121
- name: Build
2222
run: |
2323
npm run build
24+
25+
- name: Build TypeScript, JavaScript package
26+
run: |
27+
cd wasm/typescript
28+
npm install
29+
npm run build

0 commit comments

Comments
 (0)