Skip to content

Commit 61cc278

Browse files
committed
chore(ci): release script bumps package-lock files
1 parent 0184074 commit 61cc278

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ jobs:
5555
env:
5656
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
shell: bash
58+
# Lerna does not automatically bump versions
59+
# of Ionic dependencies that have changed,
60+
# so we do that here.
61+
- name: Bump Package Lock
62+
run: |
63+
lerna exec "npm install --package-lock-only --legacy-peer-deps"
64+
git add .
65+
git commit -m "chore(): update package lock files"
66+
git push
5867
# Purge the JSDeliver CDN cache so
5968
# component playgrounds always load
6069
# the latest version of Ionic.

0 commit comments

Comments
 (0)