mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
auto install pods when yarn install is done
This commit is contained in:
parent
78ef575ef4
commit
f1374fc10f
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user