Skip to content

Commit bc3e00b

Browse files
committed
Update InstallNode.ps1
1 parent 69f4ed9 commit bc3e00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/InstallNode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ else
6767
}
6868
if (Test-Path "package-lock.json")
6969
{
70-
$Env:Path += ";" + $Env:HELIX_CORRELATION_PAYLOAD + "\jdk\bin"
70+
$Env:Path += ";" + $Env:HELIX_CORRELATION_PAYLOAD + "\jdk\bin;" + $Env:CD
7171
Write-Host "Found package-lock.json, running $InstallDir\npm install"
7272
Invoke-Expression "$InstallDir\npm.cmd install"
7373
}

0 commit comments

Comments
 (0)