Fix build command

This commit is contained in:
Andras Schmelczer 2025-06-15 12:26:41 +01:00
parent 0cd6d5824b
commit 3e87a68dfd
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -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/