This commit is contained in:
Diego Mello 2023-02-24 16:02:46 -03:00
parent 81a4c319a0
commit 68f92d0a39
1 changed files with 5 additions and 3 deletions

View File

@ -19,12 +19,14 @@
"postinstall": "patch-package && jetify",
"prepare": "husky install",
"build-icon-set": "node scripts/build-icon-set.js",
"e2e:android-build-debug": "yarn detox build -c android.emu.debug",
"e2e:android-test-debug": "yarn detox test -c android.emu.debug --record-videos failing --take-screenshots failing",
"e2e:android-build": "yarn detox build -c android.emu.release",
"e2e:android-test": "yarn detox test -c android.emu.release --record-videos failing -R 3",
"e2e:android-test": "yarn detox test -c android.emu.release --record-videos failing --take-screenshots failing -R 3",
"e2e:ios-build": "yarn detox build -c ios.sim.release",
"e2e:ios-test": "yarn detox test -c ios.sim.release --record-videos failing -R 3",
"e2e:ios-test": "yarn detox test -c ios.sim.release --record-videos failing --take-screenshots failing -R 3",
"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"
"e2e:ios-test-debug": "yarn detox test -c ios.sim.debug --record-videos failing --take-screenshots failing"
},
"lint-staged": {
"*.{js,ts,tsx}": [