#! /usr/bin/env bash set -e echo "==> Running \`bundle install\`" bundle install echo "==> Running \`npm install\`" npm install