Skip to content

Commit

Permalink
fix info messages
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Jun 18, 2024
1 parent 7270a90 commit a4a79d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ source .buildkite/scripts/common/util.sh

echo --- Security Solution OpenAPI Code Generation

echo --- OpenAPI Common Package
echo OpenAPI Common Package

(cd packages/kbn-openapi-common && yarn openapi:generate)
check_for_changed_files "yarn openapi:generate" true

echo --- Lists API Common Package
echo Lists API Common Package

(cd packages/kbn-securitysolution-lists-common && yarn openapi:generate)
check_for_changed_files "yarn openapi:generate" true

echo --- Security Solution Plugin
echo Security Solution Plugin

(cd x-pack/plugins/security_solution && yarn openapi:generate)
check_for_changed_files "yarn openapi:generate" true

0 comments on commit a4a79d5

Please sign in to comment.