blob: 5e7774446794c157fc87db3c98557fe025d9aee5 [file] [log] [blame]
set -e
bundle install
# Not using --incremental as it doesnt interact well with the
# metadata based generation used in release process updates
# and isnt dramatically faster regardless.
bundle exec jekyll serve --livereload
set +e