graphql-api
Code
Branches
Tags
Commits
main
graphql-api
/
bin
/
setup
Top
1
#!/bin/sh
2
3
set -e
4
5
cd "$(dirname "$0")/.."
6
7
bundle check || bundle install