Add build:watch to README's

This commit is contained in:
Leonid Logvinov
2018-02-02 12:42:19 +01:00
parent 09659cc304
commit 45ac960308
11 changed files with 61 additions and 0 deletions

View File

@@ -38,6 +38,12 @@ yarn install
yarn build
```
or
```bash
yarn build:watch
```
### Clean
```bash