We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f6abe commit c5901f9Copy full SHA for c5901f9
azure-pipelines/build-pipeline.yml
@@ -71,7 +71,7 @@ stages:
71
Get-Content -Path .\.npmrc
72
$packageJson = Get-Content -Raw .\package.json | ConvertFrom-Json
73
$npmUninstallPackages = "npm uninstall --save "
74
- $npmInstallPackages = "npm install --legacy-peer-deps"
+ $npmInstallPackages = "npm install --legacy-peer-deps "
75
$packageJson.dependencies.PSObject.Properties | `
76
Where-Object {
77
$_.Name.StartsWith("igniteui-webcomponents-") -or $_.Name.StartsWith("igniteui-dockmanager") `
0 commit comments