auto install pods when yarn install is done

This commit is contained in:
Nouman Tahir 2021-05-12 01:08:13 +05:00
parent 78ef575ef4
commit f1374fc10f

View File

@ -23,7 +23,8 @@
"clear": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn && yarn start -- --reset-cache", "clear": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn && yarn start -- --reset-cache",
"bump-patch": "npm version patch --no-git-tag-version", "bump-patch": "npm version patch --no-git-tag-version",
"bump-minor": "npm version minor --no-git-tag-version", "bump-minor": "npm version minor --no-git-tag-version",
"bump-major": "npm version major --no-git-tag-version" "bump-major": "npm version major --no-git-tag-version",
"postinstall": "cd ios && pod install"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.5.5",