Skip to content

Commit

Permalink
Create empty .npmrc file in the project root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobobbytraykov committed Jan 6, 2025
1 parent ec6c55a commit 917bb43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-devops/app-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ steps:
customCommand: 'config -L project set @infragistics:registry=https://packages.infragistics.com/npm/js-licensed/'
customEndpoint: 'public proget'

- task: CmdLine@2
displayName: 'Create empty .npmrc file in the project root dir'
inputs:
script: 'touch $(Build.SourcesDirectory)\.npmrc'
failOnStderr: true

- task: npmAuthenticate@0
inputs:
workingFile: '$(Build.SourcesDirectory)\.npmrc'
Expand Down

0 comments on commit 917bb43

Please sign in to comment.