summaryrefslogtreecommitdiff
path: root/bin/setup
blob: b8ce74f82d2de3d3d0c6e733b47bea353dee8555 (plain)
1
2
3
4
5
#!/bin/sh

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