Update package.json
This commit is contained in:
parent
790b351016
commit
be39a833ea
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@
|
|||
"pod-install": "react-native setup-ios-permissions && cd ios && pod install",
|
||||
"pod-install-m1": "react-native setup-ios-permissions && cd ios && arch -x86_64 pod install",
|
||||
"postinstall": "patch-package && ./scripts/postinstall.sh",
|
||||
"preinstall": "./scripts/preinstall.sh",
|
||||
"preinstall": "./scripts/preinstall.sh && npx solidarity",
|
||||
"start": "react-native start",
|
||||
"test": "jest --forceExit --runInBand",
|
||||
"test:coverage": "jest --coverage",
|
||||
|
|
|
|||
Loading…
Reference in a new issue