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

feast request: limit execution to a specific directory and subfolders #8

Closed
fnicastri opened this issue Jul 10, 2023 · 4 comments
Closed

Comments

@fnicastri
Copy link

Hi,
could be possible to limit execution to a specific directory and his subfolders?

Es:
I have a lot of subpackages in app_roo/packages and I would like to exec flutter pub get only for those and not for the main app

Thank you

@Rexios80
Copy link
Owner

Why can't you just run the command in that subfolder?

@fnicastri
Copy link
Author

actually I tried but I want to use it from a local dev dependency not a global activation (CI related stuff) and in this way if I run it from the packages directory everything run from the repo root directory

fvm flutter pub run puby get
Changing current working directory to: /Users/user/projects/test
[...]

@Rexios80
Copy link
Owner

Puby isn't meant to be used that way. What's stopping you from globally activating it in CI?

@fnicastri
Copy link
Author

Do not worry, found a way to use the good old Makefile to do everything.

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

No branches or pull requests

2 participants