aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-30 02:02:43 +0800
committerFabio Berger <me@fabioberger.com>2018-03-30 02:02:43 +0800
commitcc4ff568a9ad976efe28af1eeb0737e9d09ed0fe (patch)
treea2a1959b38b79115ce121a9cbb98a78a01e4704c /README.md
parent37f210e9f023bf955fd9c48f86beacb7b868b20c (diff)
downloaddexon-sol-tools-cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe.tar
dexon-sol-tools-cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe.tar.gz
dexon-sol-tools-cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe.tar.bz2
dexon-sol-tools-cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe.tar.lz
dexon-sol-tools-cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe.tar.xz
dexon-sol-tools-cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe.tar.zst
dexon-sol-tools-cc4ff568a9ad976efe28af1eeb0737e9d09ed0fe.zip
Improve README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3a873fa46..8ab4bbbdf 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