Skip to content

Commit c5901f9

Browse files
authored
Add removed empty space. (#841)
1 parent 12f6abe commit c5901f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ stages:
7171
Get-Content -Path .\.npmrc
7272
$packageJson = Get-Content -Raw .\package.json | ConvertFrom-Json
7373
$npmUninstallPackages = "npm uninstall --save "
74-
$npmInstallPackages = "npm install --legacy-peer-deps"
74+
$npmInstallPackages = "npm install --legacy-peer-deps "
7575
$packageJson.dependencies.PSObject.Properties | `
7676
Where-Object {
7777
$_.Name.StartsWith("igniteui-webcomponents-") -or $_.Name.StartsWith("igniteui-dockmanager") `

0 commit comments

Comments
 (0)