From be39a833ea8deeea8eb9e65fa368df5dd737f16f Mon Sep 17 00:00:00 2001 From: Md_ZubairAhmed Date: Mon, 26 Jun 2023 09:41:04 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e762e0be8..7b46f54757 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", + "preinstall": "./scripts/preinstall.sh && npx solidarity", "start": "react-native start", "test": "jest --forceExit --runInBand", "test:coverage": "jest --coverage",