#!/usr/bin/env bash

set -e

echo "===> Bundling..."
script/bootstrap

echo "===> Running Guard..."
bundle exec guard
