feat: Concurrent/Cancellable configure (#2282)
* feat: Cancellable `configure` * Android * Update Podfile.lock * Configure outside of lock * Update lockfiles * Use `bundle` for CI * Update script * Update Podfile.lock * fix: Set config at end * Lint
This commit is contained in:
@@ -27,5 +27,7 @@ echo "pod setup"
|
||||
pod setup
|
||||
echo "yarn"
|
||||
yarn
|
||||
echo "bundle install"
|
||||
bundle install
|
||||
echo "pod install"
|
||||
pod install
|
||||
bundle exec pod install
|
||||
|
||||
Reference in New Issue
Block a user