Skip to content

Commit c68c44e

Browse files
committed
Ampersand
1 parent e9e3958 commit c68c44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ if ($null -ne $packageType) {
187187
else {
188188
if (Get-Command 'winget' -ErrorAction Ignore) {
189189
Write-Verbose -Verbose "Using winget to install Node.js"
190-
& winget install OpenJS.NodeJS --accept-source-agreements --accept-package-agreements --source winget
190+
winget install OpenJS.NodeJS --accept-source-agreements --accept-package-agreements --source winget --silent
191191
} else {
192192
Write-Warning "winget not found, please install Node.js manually"
193193
}

0 commit comments

Comments
 (0)