Skip to content

Commit ea60a7b

Browse files
authored
Add missing files. Update package-lock. Do clean install for pipeline. (#540)
1 parent 3a3fc91 commit ea60a7b

11 files changed

Lines changed: 582 additions & 179 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 install'
81+
displayName: 'npm ci'
8282
inputs:
8383
command: custom
8484
workingDir: '$(Build.SourcesDirectory)\browser'
8585
verbose: ${{ parameters.isVerbose }}
86-
customCommand: 'install --legacy-peer-deps'
86+
customCommand: 'ci'
8787
customEndpoint: 'public proget'
8888

8989
- task: PowerShell@2

0 commit comments

Comments
 (0)