From 695b697cdf6c73bb4b5f920869ce128f9a9e7523 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 2 Apr 2018 19:05:27 +0900 Subject: small README fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 37cb16320..86e00bfd9 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,14 @@ yarn install 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 +running `rebuild`, Lerna will figure out the dependency order of all the packages, and build them in this order. ```bash yarn lerna:rebuild ``` -Continuously rebuild on change +Or continuously rebuild on change: ```bash yarn dev -- cgit v1.2.3