Reenable type check in api docs build (#167839)

## Summary

This was missed as part of #167392
This commit is contained in:
Brad White 2023-10-02 17:18:13 -06:00 committed by GitHub
parent 0ecd1eb28a
commit f6d505ab50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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