File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 run : npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5050
5151 - name : Install dependencies
52- run : npm install --legacy-peer-deps
52+ run : npm install
5353
5454 - name : Run lint
5555 run : npm run lint
Original file line number Diff line number Diff line change 5454 run : npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5555
5656 - name : Install dependencies
57- run : npm install --legacy-peer-deps
57+ run : npm install
5858
5959 - name : Run lint
6060 run : npm run lint
Original file line number Diff line number Diff line change 6464 - task : Npm@1
6565 displayName : npm install
6666 inputs :
67- command : install --legacy-peer-deps
67+ command : install
6868 workingDir : $(Build.SourcesDirectory)
6969 verbose : false
7070 customEndpoint : ' public proget'
Original file line number Diff line number Diff line change 6464 - task : Npm@1
6565 displayName : npm install
6666 inputs :
67- command : install --legacy-peer-deps
67+ command : install
6868 workingDir : $(Build.SourcesDirectory)
6969 verbose : false
7070 customEndpoint : ' public proget'
Original file line number Diff line number Diff line change 6464 - task : Npm@1
6565 displayName : npm install
6666 inputs :
67- command : install --legacy-peer-deps
67+ command : install
6868 workingDir : $(Build.SourcesDirectory)
6969 verbose : false
7070 customEndpoint : ' public proget'
You can’t perform that action at this time.
0 commit comments