mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Reenable type check in api docs build (#167839)
## Summary This was missed as part of #167392
This commit is contained in:
parent
0ecd1eb28a
commit
f6d505ab50
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue