We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49efca commit 841692bCopy full SHA for 841692b
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
# so we do that here.
56
- name: Bump Package Lock
57
run: |
58
- lerna exec "npm install --package-lock-only"
+ lerna exec "npm install --package-lock-only --legacy-peer-deps"
59
git config user.name ionitron
60
git config user.email hi@ionicframework.com
61
git add .
0 commit comments