diff options
| author | mo khan <mo@mokhan.ca> | 2019-09-03 18:49:17 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-09-03 18:49:17 -0600 |
| commit | a67ef9c7d53548cd5bea9196eb7e754f893990db (patch) | |
| tree | 9f620b7f086d470591572848f4c8044881586005 /bin/setup | |
| parent | 221dba40184c3ba31efb3ed9fd467035886f9e5c (diff) | |
build pipeline
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/bin/sh +set -e +cd "$(dirname "$0")/.." + git submodule update --init --remote bundle install --path vendor/bundle --jobs $(nproc) yarn install |
