#!/bin/sh set -e cd "$(dirname "$0")/.." git submodule update --init --remote bundle install --path vendor/bundle --jobs $(nproc) yarn install