Update postintall script for Windows (#5897)

This commit is contained in:
balajivenkatesh 2022-01-19 06:24:47 -08:00 committed by GitHub
parent ce0cb4e335
commit 76ddcdcb9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",