#!/bin/sh

set -e

bundle exec rspec
bundle exec rubocop -S -D
bundle exec gem build jekyll-optional-front-matter.gemspec
