Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 363 Bytes

monorepo.md

File metadata and controls

16 lines (13 loc) · 363 Bytes
id title
monorepo
Monorepo Support

To use typescript-node-scripts with a monorepo like lerna with yarn workspaces, you need to add --monorepo to the start and build scripts.

{
  "scripts": {
    "start": "typescript-node-scripts start --monorepo"
  }
}

Then, you can use lerna run <start|build> --stream in your root package.json.