Akryum / monorepo-run

Run scripts in monorepo with colors, streaming and separated panes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to pass arguments to child scripts?

shimarulin opened this issue · comments

For example, I run the lint script without any arguments and I want to able to pass the --fix argument directly from CLI. I try to configure it:

  "scripts": {
    "lint": "mono-run lint --"
  },

and use:

yarn lint --fix

but it has no effect.

Now I use wsrun for this case and it works. But how can I use monorepo-run for this?

P.S.: Even though wsrun works, but your UI looks better for me! Great job, thank you!