summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2019-09-03 18:49:17 -0600
committermo khan <mo@mokhan.ca>2019-09-03 18:49:17 -0600
commita67ef9c7d53548cd5bea9196eb7e754f893990db (patch)
tree9f620b7f086d470591572848f4c8044881586005 /bin/setup
parent221dba40184c3ba31efb3ed9fd467035886f9e5c (diff)
build pipeline
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index b8ce74f..511ca99 100755
--- a/bin/setup
+++ b/bin/setup
@@ -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