From d362e897eb4ac2ed958d078fef7e3cdc76c69c97 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Wed, 14 Dec 2022 09:40:27 +0100 Subject: [PATCH] Revert "Add patch-package to postinstall" This reverts commit ca07bd18d61d5ce00ad47cad4f39fa19de474f27. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6670d999e..160128dc3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "npm run lint:eslint && npm run lint:flow", "lint:eslint": "eslint . --fix", "lint:flow": "flow check", - "postinstall": "patch-package && husky install", + "postinstall": "husky install", "translate": "node src/i18n/i18ncli.js build", "e2e:build:android": "npx detox build --configuration android.release", "e2e:build": "npx detox build --configuration ios.release",