We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6224bee commit 6e058b6Copy full SHA for 6e058b6
.github/workflows/build-app-crm.yml
@@ -49,7 +49,7 @@ jobs:
49
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
50
51
- name: Install dependencies
52
- run: npm ci --legacy-peer-deps
+ run: npm ci
53
54
- name: Run lint
55
run: npm run lint
.github/workflows/build-app-lob.yml
@@ -54,7 +54,7 @@ jobs:
56
57
58
59
60
azure-pipelines.yml
@@ -17,7 +17,7 @@ steps:
17
- task: Npm@1
18
inputs:
19
command: 'custom'
20
- customCommand: 'install --legacy-peer-deps'
+ customCommand: 'install'
21
customEndpoint: 'public proget'
22
env:
23
AZURE_PIPELINES: "true"
0 commit comments