[build-utils] Handle case of not having lockfile (#11697)

In the scenario where we don't have a lockfile, cliType was detected by build utils as npm regardless of what's set in corepack. This fixes that.
This commit is contained in:
Austin Merrick
2024-06-05 13:23:39 -07:00
committed by GitHub
parent b735f37fd9
commit 06d2d860e4
3 changed files with 76 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
---
"@vercel/build-utils": patch
"vercel": patch
---
[built-utils] Handle case of not having lockfile when corepack is enabled