Skip to content

Commit 1de3437

Browse files
authored
docs: update /example readme (#76)
This is just a small docs change for future contributors. I found that when messing around within the example app, and testing a failure case (i.e removing text and rebuilding/running the owl test again) will initially blow up since the `/report/index.html` template doesn't get copied to `/dist` unless the `postbuild` action runs inside the main owl directory first. So this just adds that instruction to the example readme.
1 parent d46bcaf commit 1de3437

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

example/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ yarn android
4040

4141
## Development
4242

43-
To use a local version of react-native-owl, first, navigate to the local directory of react-native-owl(one level up from the current directory) and run the following command:
43+
To use a local version of react-native-owl, first, navigate to the local directory of react-native-owl (one level up from the current directory) and run the following commands:
4444

4545
```sh
4646
# Assuming you are inside react-native-owl - ie. ~/Projects/react-native-owl
47+
yarn build
4748
yarn watch
4849
```
4950

0 commit comments

Comments
 (0)