Skip to content

Commit a432961

Browse files
authored
Merge pull request #3209 from IgniteUI/packa
chore(*): updating dependencies
2 parents 8280ad3 + 22c8693 commit a432961

5 files changed

Lines changed: 441 additions & 379 deletions

File tree

.github/workflows/build-app-crm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: 'npm'
4444

4545
- name: Install dependencies
46-
run: npm ci --force
46+
run: npm ci
4747

4848
- name: Run lint
4949
run: npm run lint

.github/workflows/build-app-lob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cache: 'npm'
4949

5050
- name: Install dependencies
51-
run: npm ci --force
51+
run: npm ci
5252

5353
- name: Run lint
5454
run: npm run lint

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
- script: npm config set $(igScope):_auth=$(token)
1313
displayName: 'Npm config auth'
1414

15-
- script: npm ci --force
15+
- script: npm ci
1616
displayName: 'Install dependencies'
1717
env:
1818
AZURE_PIPELINES: "true"

0 commit comments

Comments
 (0)