git hook derps
This commit is contained in:
parent
dded21ff7c
commit
c3abaa1cc8
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
* Build the demo project
|
* Build the demo project
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
detox build --configuration ios.sim.release
|
detox build --configuration ios.sim.release
|
||||||
```
|
```
|
||||||
|
@ -30,7 +29,6 @@ detox build --configuration ios.sim.release
|
||||||
|
|
||||||
* Run tests on the demo project
|
* Run tests on the demo project
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
detox test --configuration ios.sim.release
|
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
|
* Build the demo project
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
detox build --configuration ios.sim.debug
|
detox build --configuration ios.sim.debug
|
||||||
```
|
```
|
||||||
|
@ -52,14 +49,12 @@ detox build --configuration ios.sim.debug
|
||||||
|
|
||||||
* start react-native packager
|
* start react-native packager
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
* Run tests on the demo project
|
* Run tests on the demo project
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
detox test --configuration ios.sim.debug
|
detox test --configuration ios.sim.debug
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue