Add release script for benchmarks

This commit is contained in:
Nicolas Gallagher
2018-01-17 17:22:40 -08:00
parent ed0cafac7c
commit a9342daee2
5 changed files with 12 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ yarn compile --watch
To run the interactive storybook:
```
yarn docs:start
yarn website
```
When you're also making changes to the 'react-native-web' source files, run this command in another process:
@@ -88,7 +88,7 @@ yarn compile --watch
To run the performance benchmarks in a browser (opening `./packages/benchmarks/index.html`):
```
yarn benchmark
yarn benchmarks
```
### New Features