Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 747 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 747 Bytes

ts-lerna-template

A template for managing TypeScript packages with Lerna.

Getting started

# Install dependencies (the Monorepo linking step is now handled during npm install)
npm install

# Test packages
npm test

Release packages

Start with version "0.0.0" in package.json when creating a completely new package.

Release all packages

Publish all packages that have changed:

npm run release

Read more