try to get content from package.json

This commit is contained in:
denihs
2024-10-18 16:28:25 -04:00
parent 3bcd35af87
commit 7ffbfdb7cb

View File

@@ -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