From 7ffbfdb7cb52e5ed561809310e5145a10740768d Mon Sep 17 00:00:00 2001 From: denihs Date: Fri, 18 Oct 2024 16:28:25 -0400 Subject: [PATCH] try to get content from package.json --- scripts/generate-dev-bundle.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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