mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
[build-utils] add log to package manager version detection (#11592)
This commit is contained in:
5
.changeset/young-baboons-warn.md
Normal file
5
.changeset/young-baboons-warn.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@vercel/build-utils": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
add log to package manager version detection
|
||||||
@@ -553,6 +553,10 @@ export function getEnvForPackageManager({
|
|||||||
env,
|
env,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
debug(
|
||||||
|
`Detected ${detectedPackageManager} with lockfileVersion ${lockfileVersion} (${typeof lockfileVersion}): ${newPath}`
|
||||||
|
);
|
||||||
|
|
||||||
const newEnv: { [x: string]: string | undefined } = {
|
const newEnv: { [x: string]: string | undefined } = {
|
||||||
...env,
|
...env,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user