Skip to content

Commit

Permalink
Bundle install from root, pod install from Examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg committed Dec 4, 2020
1 parent 851473c commit 5a53d71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ if ! command -v bundle > /dev/null; then
exit 1
fi

cd "$(dirname "$0")/../Examples"

bundle config set path 'vendor/bundle'
bundle install
bundle install

cd "Examples"

bundle exec pod install

0 comments on commit 5a53d71

Please sign in to comment.