Skip to content

Commit 37cdbfd

Browse files
authored
Merge pull request #520 from AlbertShown/patch-3
Update bridge build Powershell
2 parents b803322 + 6a6385f commit 37cdbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ErrorActionPreference="Stop"
5050
if (-not (Test-Path "$project_root\bridge\node_modules\esbuild")) {
5151
if (Get-Command npm -ErrorAction SilentlyContinue) {
5252
if (!$silent) { Write-Host "Installing esbuild..." }
53-
npm install esbuild
53+
npm install --prefix ./ esbuild
5454
} else {
5555
Write-Host "Error: Please install NPM."
5656
Set-Location $current_location

0 commit comments

Comments
 (0)