From cfbd78bcc799acfeb2f58519684a0a06c4ccc32b Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:26:09 -0400 Subject: [PATCH] [8.10] Reenable type check in api docs build (#167839) (#167842) # Backport This will backport the following commits from `main` to `8.10`: - [Reenable type check in api docs build (#167839)](https://github.com/elastic/kibana/pull/167839) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Brad White --- .buildkite/scripts/steps/build_api_docs.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.buildkite/scripts/steps/build_api_docs.sh b/.buildkite/scripts/steps/build_api_docs.sh index ba1c2ec7ec94..f86032c902d1 100755 --- a/.buildkite/scripts/steps/build_api_docs.sh +++ b/.buildkite/scripts/steps/build_api_docs.sh @@ -4,9 +4,8 @@ set -euo pipefail .buildkite/scripts/bootstrap.sh -# TODO: Enable in #166813 after fixing types -# echo "--- Run scripts/type_check to ensure that all build available" -# node scripts/type_check +echo "--- Run scripts/type_check to ensure that all build available" +node scripts/type_check echo "--- Build API Docs" node --max-old-space-size=12000 scripts/build_api_docs