Skip to content

Commit ece2a87

Browse files
committed
Use npm install since pipeline changes dependencies runtime.
1 parent ea60a7b commit ece2a87

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)