Skip to content

Commit

Permalink
chore: test swag ci (#6358)
Browse files Browse the repository at this point in the history
  • Loading branch information
klesh authored Oct 30, 2023
1 parent 9ede9e2 commit dcd69e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/scripts/swag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ if [ -n "$DEVLAKE_PLUGINS" ]; then
fi
fi

ls -l
tree
echo swag init --parseDependency --parseInternal -o $ROOT_DIR/server/api/docs -g $GENERAL_API_INFO_PATH -d $DOC_DIRS
swag init --parseDependency --parseInternal -o $ROOT_DIR/server/api/docs -g $GENERAL_API_INFO_PATH -d $DOC_DIRS
echo "visit the swagger document on http://localhost:8080/swagger/index.html";

0 comments on commit dcd69e8

Please sign in to comment.