From eb74c614e6fafaa3a9c308512ee7ba363adfd3dd Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 3 Sep 2019 18:20:27 -0600 Subject: install gems and yarn packages --- bin/setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/setup') 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 -- cgit v1.2.3