Sha256: 7e7e9b1e938ebf748d8c93faef0e3827fb0ad216944326f5aa919a167df6a3c7
Contents?: true
Size: 333 Bytes
Versions: 6
Compression:
Stored size: 333 Bytes
Contents
#!/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
Version data entries
6 entries across 6 versions & 1 rubygems