From 593558508f639f9e6b7fc635fe1467d33bfdc4fd Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Thu, 23 Oct 2025 20:06:03 +0200 Subject: [PATCH] update shared-meet-components package version constraint in prepare-ci-build.sh --- scripts/prepare-ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-ci-build.sh b/scripts/prepare-ci-build.sh index 76a865b..575d8f1 100755 --- a/scripts/prepare-ci-build.sh +++ b/scripts/prepare-ci-build.sh @@ -185,7 +185,7 @@ elif [ -n "$TARBALL_PATH" ]; then # Update package.json files before installation update_package_json "meet-ce/frontend/package.json" "file:./$TARBALL_NAME" - update_package_json "meet-ce/frontend/projects/shared-meet-components/package.json" "file:../../$TARBALL_NAME" + update_package_json "meet-ce/frontend/projects/shared-meet-components/package.json" "^3.0.0" # Install in both packages # echo "Installing in meet-ce/frontend..."