#!/usr/bin/env bash # # Copyright (c) 2019-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # set -euo pipefail IFS=$'\n\t' set -vx bundle install yarn rake build # Do any other automated setup that you need to do here