Skip to content

Commit 750812d

Browse files
authored
Add build:wasm step to build-dist.yml workflow (#377)
1 parent 155af7b commit 750812d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-dist.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install dependencies
3333
run: npm install
3434

35+
- name: Build spark-rs
36+
run: npm run build:wasm
37+
3538
- name: Build Dist
3639
run: npm run build
3740

0 commit comments

Comments
 (0)