Skip to content

Commit d9f946f

Browse files
committed
update github action
1 parent 3b512e5 commit d9f946f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
node-version: '15'
3737

3838
- name: Build wasm
39-
run: wasm-pack build --target web
39+
run: |
40+
cd rust-pack
41+
cargo run
42+
cd ../ra-wasm
43+
wasm-pack build --target web
4044
4145
- name: Install www
4246
uses: borales/[email protected]

www/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
dist
3+
fake_*.rs

0 commit comments

Comments
 (0)