diff --git a/scripts/install-dependencies.ps1 b/scripts/install-dependencies.ps1 index 33a26921933..1da60d91870 100644 --- a/scripts/install-dependencies.ps1 +++ b/scripts/install-dependencies.ps1 @@ -85,7 +85,7 @@ npm install npm link Pop-Location -Write-Output "`nInstalling GUI extension dependencies..." -ForegroundColor White +Write-Host "`nInstalling GUI extension dependencies..." -ForegroundColor White Push-Location gui npm install npm link @continuedev/core @@ -93,7 +93,7 @@ npm run build Pop-Location # VSCode Extension (will also package GUI) -Write-Output "`nInstalling VSCode extension dependencies..." -ForegroundColor White +Write-Host "`nInstalling VSCode extension dependencies..." -ForegroundColor White Push-Location extensions/vscode # This does way too many things inline but is the common denominator between many of the scripts @@ -105,7 +105,7 @@ npm run package Pop-Location -Write-Output "`nInstalling binary dependencies..." -ForegroundColor White +Write-Host "`nInstalling binary dependencies..." -ForegroundColor White Push-Location binary npm install @@ -113,7 +113,7 @@ npm run build Pop-Location -Write-Output "`nInstalling docs dependencies..." -ForegroundColor White +Write-Host "`nInstalling docs dependencies..." -ForegroundColor White Push-Location docs npm install