Skip to content

Commit

Permalink
Remove package-lock fix attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaucourt committed Nov 12, 2024
1 parent 5371783 commit 0b4ecba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/github/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ git push origin "${NEW_VERSION}"
echo "Publishing latest packages to npm"
lerna publish --registry=https://registry.npmjs.org/ from-git --yes --pre-dist-tag rc --no-verify-access

# Add a delay to allow NPM registry to propagate the new versions
echo "Waiting for NPM registry to propagate new versions"
sleep 30

echo "Updating package-lock.json from ${PREVIOUS_VERSION} to ${NEW_VERSION}"
# Update package-lock.json files to reflect new versions
lerna exec -- npm install --package-lock-only

# If we've pushed a new release into master and it is not a hotfix/patch, then merge the changes back to develop
if [ "${BRANCH}" == "master" ] && [ "${RELEASE_TYPE}" != "patch" ]; then
git checkout develop
Expand Down

0 comments on commit 0b4ecba

Please sign in to comment.