diff --git a/scripts/generate-dev-bundle.ps1 b/scripts/generate-dev-bundle.ps1 index a3e7052d65..bd27faf7de 100644 --- a/scripts/generate-dev-bundle.ps1 +++ b/scripts/generate-dev-bundle.ps1 @@ -295,7 +295,7 @@ Function Add-NpmModulesFromJsBundleFile { # No bin-links because historically, they weren't used anyway. - Get-Content "$($Commands.npm)" + Get-Content "$(Join-Path $Destination 'package.json')" Write-Host "Run Commands.npm path: $($Commands.npm)" -ForegroundColor Magenta