mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
Merge pull request #1946 from ecency/nt/auto-pod
auto install pods when yarn install is done
This commit is contained in:
commit
d3cecbd127
@ -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",
|
||||
"bump-patch": "npm version patch --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": {
|
||||
"@babel/runtime": "^7.5.5",
|
||||
|
Loading…
Reference in New Issue
Block a user