Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow --filter argument for selectively installing dependencies #47

Open
Xetera opened this issue Jun 15, 2023 · 2 comments
Open

Allow --filter argument for selectively installing dependencies #47

Xetera opened this issue Jun 15, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Xetera
Copy link

Xetera commented Jun 15, 2023

Is your enhancement request related to a problem? Please describe.
The size of our dependencies are way too big when used with a monorepo as it installs every dependency in the monorepo
image

Describe the solution you'd like
pnpm --filter=package install allows you to selectively install dependencies for the repo you're working with to avoid having unused dependencies

Describe alternatives you've considered
You can just like... ignore it I guess but that's not really a solution. It's also not possible to delete dependencies after you install them without a ton of trouble

@Xetera Xetera added the enhancement New feature or request label Jun 15, 2023
@FlorianBruniaux
Copy link

Hello 👋🏻 any new on this one ? is it possible to avoid installing all the packages ?

Overriding the command like
pnpm --filter \!expo install

thanks

@hampusborgos
Copy link
Member

Honestly I've personally stopped using Heroku entirely in favor of Vercel / Fly. So if someone wants to improve the package with more features, just give a shout-out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants