summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2019-09-03 18:20:27 -0600
committermo khan <mo@mokhan.ca>2019-09-03 18:20:27 -0600
commiteb74c614e6fafaa3a9c308512ee7ba363adfd3dd (patch)
tree4aedfeb2d9636a0e812e1653553bdb265d0dac6c /bin
parentf03afe789e5c7319359af20fd38c3e2438d0dc9a (diff)
install gems and yarn packages
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index e899ba1..b8ce74f 100755
--- a/bin/setup
+++ b/bin/setup
@@ -1,3 +1,5 @@
#!/bin/sh
git submodule update --init --remote
+bundle install --path vendor/bundle --jobs $(nproc)
+yarn install