Skip to content
Snippets Groups Projects
Commit bd61fac8 authored by CHRISTOPHER PIKE's avatar CHRISTOPHER PIKE
Browse files

feat: add make swagger to go build step

parent eeefeeba
No related branches found
No related tags found
No related merge requests found
Pipeline #271756 waiting for manual action
......@@ -149,6 +149,7 @@ func build(config config.Config) error {
fallthrough
case "go":
environment.RunRequired(true, "make", "build")
environment.RunRequired(true, "make", "swagger")
case "angular":
environment.RunRequired(true, "yarn", "build:prod")
case "dotnetcore":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment