From cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 29 Mar 2018 20:02:43 +0200 Subject: [PATCH] Improve README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a873fa463..8ab4bbbdfd 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,17 @@ yarn install ### Build -Build all packages +Build all packages. You need to do this before working on any given package. Although these packages +as independent, when run from within the monorepo, they are internally symlinked, to make development +easier. You can change several packages and run the changes without publishing them first to NPM. When +running `rebuild`, Lerna will figure out the dependency order of all the packages, and built them in +this order. ```bash -yarn lerna:run build +yarn lerna:rebuild ``` -Continuously rebuild on exchange +Continuously rebuild on change ```bash yarn dev