From f6d505ab5014f7bb757480b86ab2ab3d5fe05d6c Mon Sep 17 00:00:00 2001 From: Brad White Date: Mon, 2 Oct 2023 17:18:13 -0600 Subject: [PATCH] Reenable type check in api docs build (#167839) ## Summary This was missed as part of #167392 --- .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