Sha256: 25c19108f3910b3a4b4c91d895e476da8e23e571baf60d9ebb0027ee54e3b9a1
Contents?: true
Size: 208 Bytes
Versions: 2
Compression:
Stored size: 208 Bytes
Contents
#!/bin/bash set -e echo "==> Initing Git submodules" git submodule update --init --recursive echo "==> Installing gem dependencies…" bundle install --path vendor/gems --local --standalone --clean "$@"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
graphql-idl-parser-0.1.0 | script/bootstrap |
graphql-idl-parser-0.0.1 | script/bootstrap |