update shared-meet-components package version constraint in prepare-ci-build.sh

This commit is contained in:
Carlos Santos 2025-10-23 20:06:03 +02:00
parent face9218ae
commit 593558508f

View File

@ -185,7 +185,7 @@ elif [ -n "$TARBALL_PATH" ]; then
# Update package.json files before installation # Update package.json files before installation
update_package_json "meet-ce/frontend/package.json" "file:./$TARBALL_NAME" 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 # Install in both packages
# echo "Installing in meet-ce/frontend..." # echo "Installing in meet-ce/frontend..."