mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
OPS: Add npm run maccatalystpatches
This commit is contained in:
parent
a580ddb18e
commit
23f229b440
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +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",
|
||||
"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",
|
||||
|
|
Loading…
Add table
Reference in a new issue