Skip to content

Commit

Permalink
docs: Add disclaimer that Lerna is not a deployment tool (#2089)
Browse files Browse the repository at this point in the history
[skip ci]

Fixes #2077
  • Loading branch information
ajhool authored and evocateur committed May 15, 2019
1 parent 9dc2bc5 commit c4d165a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,10 @@ The two primary commands in Lerna are `lerna bootstrap` and `lerna publish`.
`bootstrap` will link dependencies in the repo together.
`publish` will help publish any updated packages.

### What can't Lerna do?

Lerna is not a deployment tool for serverless monorepos. Hoisting might be incompatible with traditional serverless monorepo deployment techniques.

## Getting Started

> The instructions below are for Lerna 3.x.
Expand Down

0 comments on commit c4d165a

Please sign in to comment.