Merge pull request #1946 from ecency/nt/auto-pod

auto install pods when yarn install is done
This commit is contained in:
Feruz M 2021-05-18 06:07:08 +03:00 committed by GitHub
commit d3cecbd127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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