git hook derps

This commit is contained in:
Salakar 2018-03-23 13:41:50 +00:00
parent dded21ff7c
commit c3abaa1cc8
1 changed files with 0 additions and 5 deletions

View File

@ -21,7 +21,6 @@
* Build the demo project
```sh
detox build --configuration ios.sim.release
```
@ -30,7 +29,6 @@ detox build --configuration ios.sim.release
* Run tests on the demo project
```sh
detox test --configuration ios.sim.release
```
@ -43,7 +41,6 @@ This action will open a new simulator and run the tests on it.
* Build the demo project
```sh
detox build --configuration ios.sim.debug
```
@ -52,14 +49,12 @@ detox build --configuration ios.sim.debug
* start react-native packager
```sh
npm run start
```
* Run tests on the demo project
```sh
detox test --configuration ios.sim.debug
```