Skip to content

Commit 390cf87

Browse files
authored
Merge pull request #542 from IgniteUI/mkirova/fix-2
Use npm install since pipeline changes dependencies runtime.
2 parents ea60a7b + ece2a87 commit 390cf87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines/build-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ stages:
7878
7979
ConvertTo-Json -InputObject $packageJson | Set-Content -Path .\package.json
8080
- task: Npm@1
81-
displayName: 'npm ci'
81+
displayName: 'npm install'
8282
inputs:
8383
command: custom
8484
workingDir: '$(Build.SourcesDirectory)\browser'
8585
verbose: ${{ parameters.isVerbose }}
86-
customCommand: 'ci'
86+
customCommand: 'install'
8787
customEndpoint: 'public proget'
8888

8989
- task: PowerShell@2

0 commit comments

Comments
 (0)