summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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