Skip to content

Commit

Permalink
chore(*): Add --legacy-peer-deps for extras package install
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrawku committed Apr 25, 2024
1 parent 37979bd commit 44539aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-app-crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Run lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-app-lob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Run lint
run: npm run lint
Expand Down

0 comments on commit 44539aa

Please sign in to comment.