Fix build command
This commit is contained in:
parent
0cd6d5824b
commit
3e87a68dfd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Build wasm
|
||||
run: |
|
||||
cargo install wasm-pack
|
||||
wasm-pack build --target web sync_lib
|
||||
wasm-pack build --target web
|
||||
cp -R pkg/reconcile.js examples/website/
|
||||
cp -R pkg/reconcile_bg.wasm examples/website/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue