summaryrefslogtreecommitdiff
path: root/bin/setup
blob: 511ca99b6e3bc7e67dc39221125db9efb8b46bd0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e
cd "$(dirname "$0")/.."

git submodule update --init --remote
bundle install --path vendor/bundle --jobs $(nproc)
yarn install