This commit is contained in:
Md_ZubairAhmed 2023-06-04 10:52:09 +05:30
parent 2ba650c27a
commit d5482c901e
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "mattermost-mobile",
"version": "2.4.0",
"version": "2.5.0",
"hasInstallScript": true,
"license": "Apache 2.0",
"dependencies": {

View file

@ -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 && npx solidarity",
"preinstall": "./scripts/preinstall.sh",
"start": "react-native start",
"test": "jest --forceExit --runInBand",
"test:coverage": "jest --coverage",