azukaar/GuPM

Watch reporter

Closed this issue · 0 comments

Allow user to run multiple parallel jobs as part of aliases. Each job would report logs on the same pipeline.

Add array to an alias

{
  "cli": {
    "aliases" :  [
       "jest --watch",
       "webpack-dev-server",
       "eslint --watch"
    ]
  }
}