bundle install before running bundle exec

This commit is contained in:
Ben Balter 2016-07-28 14:15:48 -04:00 committed by GitHub
parent 4278f856ef
commit bd96ca4ab6
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ rm -Rf ./tmp/default-site
bundle exec jekyll new tmp/default-site
cd tmp/default-site
bundle install
bundle exec jekyll build --verbose