Skip to content

Commit

Permalink
Merge pull request #3434 from IgniteUI/nalipiev/update-official-17-1
Browse files Browse the repository at this point in the history
chore(*): update igniteui-angular-extras with official release and remove --legacy-peer-deps flag
  • Loading branch information
kdinev authored Feb 26, 2024
2 parents 8628c81 + 3b640a5 commit 3eb5156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 --legacy-peer-deps
run: npm ci

- 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 --legacy-peer-deps
run: npm ci

- name: Run lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- task: Npm@1
inputs:
command: 'custom'
customCommand: 'install --legacy-peer-deps'
customCommand: 'install'
customEndpoint: 'public proget'
env:
AZURE_PIPELINES: "true"
Expand Down

0 comments on commit 3eb5156

Please sign in to comment.