diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-19 14:30:47 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-19 14:30:47 -0700 |
| commit | 3d2bb97f076ffc814567535fb9f6197212f2626d (patch) | |
| tree | f0c2680fce3fea57b17e9258a483ad4e1503f555 /bin/setup | |
| parent | f2f4586d1e91ef55fddfbf74fd227ef7c0f685c8 (diff) | |
chore: add logging in setup
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,6 +5,10 @@ IFS=$'\n\t' ruby -v gem install bundler --conservative -v '~> 2.0' git submodule update --init -bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)" +bundle install + +echo ["$(date "+%H:%M:%S")"] "==> Compilingā¦" bin/compile + +echo ["$(date "+%H:%M:%S")"] "==> Pull cacheā¦" bin/run pull |
