git hook derps
This commit is contained in:
parent
dded21ff7c
commit
c3abaa1cc8
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue