bin/setup in cose-1.0.0 vs bin/setup in cose-1.1.0
- old
+ new
@@ -1,8 +1,10 @@
#!/usr/bin/env bash
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