Merge pull request #9604 from shaodahong/update-setup-doc

docs(_SETUP.md): add update example use
This commit is contained in:
Tobias Koppers 2019-09-30 13:53:39 +02:00 committed by GitHub
commit 86a2829147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 a specific example use
```bash
cd examples/<path to example>
node build.js
```