From b713a83c3f2d221cfff3f98ddd7d5e801789879f Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 5 Jan 2025 22:01:43 +0000 Subject: [PATCH] Fix CI --- bump-version.sh | 2 ++ plugin/package-lock.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bump-version.sh b/bump-version.sh index 902b487c..ceab2e65 100755 --- a/bump-version.sh +++ b/bump-version.sh @@ -31,6 +31,8 @@ cd ../plugin npm version patch echo "Updating frontend dependencies to match the new backend versions" +cd ../backend/sync_lib +wasm-pack build --target web --features console_error_panic_hook npm install cd .. diff --git a/plugin/package-lock.json b/plugin/package-lock.json index f334a74f..acfc477e 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -46,7 +46,7 @@ }, "../backend/sync_lib/pkg": { "name": "sync_lib", - "version": "0.0.13", + "version": "0.0.16", "dev": true }, "node_modules/@ampproject/remapping": {