Skip to content

Commit

Permalink
Reenable type check in api docs build (elastic#167839)
Browse files Browse the repository at this point in the history
## Summary

This was missed as part of elastic#167392
  • Loading branch information
Ikuni17 authored Oct 2, 2023
1 parent 0ecd1eb commit f6d505a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/scripts/steps/build_api_docs.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f6d505a

Please sign in to comment.