docs(_SETUP.md): add update example use

This commit is contained in:
shao 2019-08-20 20:18:09 +08:00
parent 2a9671ec8b
commit 5e59d8a8b6
1 changed files with 13 additions and 0 deletions

View File

@ -87,3 +87,16 @@ or incremental (in watch mode)
```bash
yarn type-lint --watch
```
### To update all examples use
```bash
yarn build:examples
```
### To update some example use
```bash
cd examples/(some example dir)
node build.js
```