We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b9ca3 commit 7d3157cCopy full SHA for 7d3157c
1 file changed
bin/setup
@@ -3,6 +3,8 @@ set -euo pipefail
3
IFS=$'\n\t'
4
set -vx
5
6
+git submodule update --init --recursive
7
+
8
bundle install
9
10
# Do any other automated setup that you need to do here
0 commit comments