mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
[frameworks] add pnpm to framework install placeholders (#7587)
Add `pnpm` commands to framework `installCommand.placeholders` so that it appears in the UI. Additionally, adds the `pnpm-lock.yaml` file to an ignore list like the other lock files.
This commit is contained in:
@@ -694,6 +694,7 @@ export const build: BuildV2 = async ({
|
||||
'node_modules/**',
|
||||
'yarn.lock',
|
||||
'package-lock.json',
|
||||
'pnpm-lock.yaml',
|
||||
'package.json',
|
||||
'.vercel_build_output',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user