This commit is contained in:
Andras Schmelczer 2024-12-19 20:56:54 +00:00
parent b7dbc6ad50
commit 712051bde2
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 5 additions and 9 deletions

View file

@ -28,7 +28,7 @@ jobs:
run: |
cd backend
cargo install wasm-pack
wasm-pack build sync_lib --features wee_alloc
wasm-pack build --target web sync_lib --features wee_alloc
- name: Build plugin
run: |