invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.19k stars 206 forks source link

[melos exec] gets stuck executing a command #188

Closed aakashsrivastav closed 3 years ago

aakashsrivastav commented 3 years ago

When I try to run the command

melos exec fvm flutter pub global run pubviz -d -p -i flutter --format=dot print

it gets stuck after printing the output but running

fvm flutter pub global run pubviz -d -p -i flutter --format=dot print

prints the output and then the process completes.

aakashsrivastav commented 3 years ago

Got the mistake, the command should be -

melos exec -- exec fvm flutter pub global run pubviz -d -p -i flutter --format=dot print