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