Update package.json

This commit is contained in:
marcosrdz 2020-11-18 10:04:20 -05:00 committed by Overtorment
parent 23f229b440
commit c845fb6dd0

View File

@ -38,7 +38,7 @@
"postinstall": "rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path,assert --hack; npm run releasenotes2json; npm run podinstall; npx jetify",
"test": "npm run lint && npm run unit && npm run jest",
"jest": "jest -b -w 1 tests/integration/*",
"maccatalyst": "rm -fr node_modules && rm -fr ios/Pods && npm i && ./scripts/maccatalystpatches/applypatchesformaccatalyst.sh",
"maccatalystpatches": "./scripts/maccatalystpatches/applypatchesformaccatalyst.sh",
"e2e:debug-build": "detox build -c android.emu.debug",
"e2e:debug-test": "detox test -c android.emu.debug",
"e2e:debug": "(test -f android/app/build/outputs/apk/debug/app-debug.apk && test -f android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk) || npm run e2e:debug-build; npm run e2e:debug-test",