diff options
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 |
