Mike Diarmid

Results 130 comments of Mike Diarmid

> A related feature would be the ability to declare dependencies between scripts: > > ```yaml > scripts: > a: ... > b: > run: ... > depends_on: > -...

IntelliJ run configuration scripts automatically generated: ![image](https://user-images.githubusercontent.com/5347038/91170164-57de6480-e6d0-11ea-90fc-b2b7c75d696a.png)

I'm happy to move this to trace if you'd like to send up a PR

Maybe add a `MELOS_VERBOSE` env that gets set (if top level melos has --verbose) and passed to child processes (process exec in utils), like we did to pass terminal width...

Accidentally made ready for review, ignore 🙈

Doh, need to tinker with this one since the current implementation just passes them along as [additional args at the end of the script](https://github.com/invertase/melos/blob/main/packages/melos/lib/src/commands/run.dart#L151), maybe I need to explicitly define...

I'm fine with it being a bit rough if it works, but it would also need to work on Windows too 😭

Are we also correctly handling the `PUB_CACHE` env variable in our check to file the melos lib path?

Hmm I've tried this locally and it's still logging everything; ![image](https://user-images.githubusercontent.com/5347038/145410192-f08ac492-75ec-4be1-abe7-ba5dff58cfc7.png)

Not quite sure what the issue is here but if you have a PR or code change to suggest please send a PR, thanks