lkytal / quickTask

Task runner and manager extension for VSCode
https://lkytal.github.io/quickTask/
GNU Affero General Public License v3.0
11 stars 7 forks source link

Add lerna tasks #21

Open A77AY opened 6 years ago

A77AY commented 6 years ago

I would like to run nested tasks of the lerna monorepository:

my-lerna-repo/
  package.json
  packages/
    package-1/
      package.json
    package-2/
      package.json

Possible solutions: