We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b512e5 commit bd1a30cCopy full SHA for bd1a30c
.github/workflows/ci.yaml
@@ -36,7 +36,11 @@ jobs:
36
node-version: '15'
37
38
- name: Build wasm
39
- run: wasm-pack build --target web
+ run: |
40
+ cd rust-pack
41
+ cargo run
42
+ cd ../ra-wasm
43
+ wasm-pack build --target web
44
45
- name: Install www
46
uses: borales/[email protected]
.github/workflows/netlify.yaml
@@ -35,7 +35,11 @@ jobs:
35
www/.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
dist
3
+fake_*.rs
0 commit comments