-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Labels
feature requesttype: acceptedMarks issues/pull requests that are accepted & scheduled to be worked on.Marks issues/pull requests that are accepted & scheduled to be worked on.
Description
Is there an existing feature request for this?
- I have searched the existing issues.
Command
No response
Description
The Flutter and Dart CLIs offer an option to turn off calling pub get before they run, which slows them down.
It's called --no-pub, and can be passed to analyze, test (although Melos doesn't have a test command), etc.
Reasoning
I'm on a rather limited machine, so reducing redundant work is important.
pub get can take up to a minute, and while pub workspaces will unify most stuff, they'll also (probably) slow down pub get even more.
Additional context and comments
Alternatively, passing unknown flags to the underlying command might work as well.
mrverdant13, IldySilva, foxanna and MarkOSullivan94
Metadata
Metadata
Assignees
Labels
feature requesttype: acceptedMarks issues/pull requests that are accepted & scheduled to be worked on.Marks issues/pull requests that are accepted & scheduled to be worked on.