From f24642989b89d9a1c83ec13aff7d4801715c7131 Mon Sep 17 00:00:00 2001 From: Alex Yetto Date: Fri, 15 Sep 2023 17:20:20 +0300 Subject: [PATCH] fix husky by adding npm prepare script (#7543) Co-authored-by: Fokin Aleksandr Konstantinovich --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 043fe7323..fa464345b 100644 --- a/package.json +++ b/package.json @@ -198,6 +198,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", + "prepare": "husky install", "preinstall": "./scripts/preinstall.sh && npx solidarity", "start": "react-native start", "test": "jest --forceExit --runInBand",