From 76ddcdcb9abc151201f67bad245f7f22d0e0bc50 Mon Sep 17 00:00:00 2001 From: balajivenkatesh Date: Wed, 19 Jan 2022 06:24:47 -0800 Subject: [PATCH] Update postintall script for Windows (#5897) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ba9f9ec7..ad7270454 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "fix": "npm run lint -- --fix", "lint": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet .", "pod-install": "cd ios && bundle exec pod install", - "postinstall": "patch-package && ./scripts/postinstall.sh", + "postinstall": "patch-package && sh ./scripts/postinstall.sh", "tsc": "NODE_OPTIONS=--max_old_space_size=12000 tsc --noEmit", "test": "jest --forceExit --runInBand", "test:watch": "npm test -- --watch",