fix: update directory path for generated go-zero code
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 7s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 7s
This commit is contained in:
@@ -17,7 +17,7 @@ Set-Location -Path (Resolve-Path "../../api")
|
|||||||
goctl api format -dir .
|
goctl api format -dir .
|
||||||
|
|
||||||
# generate go-zero code
|
# generate go-zero code
|
||||||
goctl api go -api ServerStatistics.api -dir ../src --style=gozero
|
goctl api go -api ServerStatistics.api -dir ../app --style=gozero
|
||||||
|
|
||||||
# generate swagger and convert to openapi3 only when -s is provided
|
# generate swagger and convert to openapi3 only when -s is provided
|
||||||
if ($s) {
|
if ($s) {
|
||||||
|
|||||||
Reference in New Issue
Block a user