We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155af7b commit 750812dCopy full SHA for 750812d
1 file changed
.github/workflows/build-dist.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Install dependencies
33
run: npm install
34
35
+ - name: Build spark-rs
36
+ run: npm run build:wasm
37
+
38
- name: Build Dist
39
run: npm run build
40
0 commit comments