diff --git a/package-lock.json b/package-lock.json index 0b0abeb2d..0e4125125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "mattermost-mobile", - "version": "2.4.0", + "version": "2.5.0", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 7b46f5475..7e762e0be 100644 --- a/package.json +++ b/package.json @@ -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",