chore(lerna): update lerna (#26033)

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Liam DeBeasi
2022-09-28 09:38:09 -05:00
committed by GitHub
gitea-unlock(16/)
parent 868eb9252f
commit 20a97a06f2
octicon-diff(16/tw-mr-1) 3 changed files with 1389 additions and 1251 deletions

11
.github/workflows/release.yml vendored
View File

@@ -50,17 +50,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
# Lerna does not automatically bump versions
# of Ionic dependencies that have changed,
# so we do that here.
- name: Bump Package Lock
run: |
lerna exec "npm install --package-lock-only --legacy-peer-deps"
git config user.name ionitron
git config user.email hi@ionicframework.com
git add .
git commit -m "chore(): update package lock files"
git push
# Purge the JSDeliver CDN cache so
# component playgrounds always load
# the latest version of Ionic.