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

Version Path
date_holidays-reader-1.0.4 bin/setup
date_holidays-reader-1.0.3 bin/setup
date_holidays-reader-1.0.2 bin/setup
date_holidays-reader-1.0.1 bin/setup
date_holidays-reader-1.0.0 bin/setup
date_holidays-reader-0.9.9 bin/setup