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

(cherry picked from commit f6d505a)
  • Loading branch information
Ikuni17 committed Oct 2, 2023
1 parent 6228c81 commit 10e146a
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
Expand Up @@ -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
Expand Down

0 comments on commit 10e146a

Please sign in to comment.