From a751646d2a0ade221feff81c4df8e0ed23a25fa4 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 6 Jan 2025 21:57:09 +0000 Subject: [PATCH] Fix script --- bump-version.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bump-version.sh b/bump-version.sh index a154d82..b17842b 100755 --- a/bump-version.sh +++ b/bump-version.sh @@ -33,9 +33,11 @@ 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 + +cd ../../plugin npm install -cd ../.. +cd .. cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update # Commit and tag