Debug scripts
This commit is contained in:
parent
7ab289d009
commit
bff57991d0
|
@ -22,7 +22,9 @@
|
||||||
"e2e:android-build": "yarn detox build -c android.emu.release",
|
"e2e:android-build": "yarn detox build -c android.emu.release",
|
||||||
"e2e:android-test": "yarn detox test -c android.emu.release --cleanup --headless --take-screenshots failing",
|
"e2e:android-test": "yarn detox test -c android.emu.release --cleanup --headless --take-screenshots failing",
|
||||||
"e2e:ios-build": "yarn detox build -c ios.sim.release",
|
"e2e:ios-build": "yarn detox build -c ios.sim.release",
|
||||||
"e2e:ios-test": "yarn detox test -c ios.sim.release --cleanup --headless --take-screenshots failing"
|
"e2e:ios-test": "yarn detox test -c ios.sim.release --cleanup --headless --take-screenshots failing",
|
||||||
|
"e2e:ios-build-debug": "yarn detox build -c ios.sim.debug",
|
||||||
|
"e2e:ios-test-debug": "yarn detox test -c ios.sim.debug --take-screenshots failing"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,tsx}": [
|
"*.{js,ts,tsx}": [
|
||||||
|
|
Loading…
Reference in New Issue