Skip to content

Commit

Permalink
Merge pull request #54 from bdewater/setup-submodule
Browse files Browse the repository at this point in the history
Init git submodule in setup script
  • Loading branch information
grzuy committed May 16, 2020
2 parents 99b9ca3 + 7d3157c commit a0ae977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/setup
Expand Up @@ -3,6 +3,8 @@ set -euo pipefail
IFS=$'\n\t'
set -vx

git submodule update --init --recursive

bundle install

# Do any other automated setup that you need to do here

0 comments on commit a0ae977

Please sign in to comment.