Commit 4e397e9c by CaryaLiu

feat: rn打包修改

parent 15c3e58b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
git checkout ${branch_name#*/} --recurse-submodules git checkout ${branch_name#*/} --recurse-submodules
git pull git pull
git submodule foreach --recursive 'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; [ "$branch" = "" ] && git checkout master || git checkout $branch git submodule foreach --recursive 'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; [ "$branch" = "" ] && git checkout master || git checkout $branch'
git submodule update --remote --merge git submodule update --remote --merge
npm run bundle-ios npm run bundle-ios
git push --recurse-submodules=on-demand git push --recurse-submodules=on-demand
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment