8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
set -e
|
|
|
|
go get -d github.com/99designs/gqlgen@latest
|
|
go run github.com/99designs/gqlgen generate --config ./gqlgen.yml
|
|
go mod tidy
|