Skip to content

Commit

Permalink
[CI] Build TS refs before API docs (elastic#128816) (elastic#128847)
Browse files Browse the repository at this point in the history
(cherry picked from commit 05a8b32)

Co-authored-by: Brian Seeders <[email protected]>
  • Loading branch information
kibanamachine and brianseeders authored Mar 30, 2022
1 parent 80084eb commit 3dc7590
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/scripts/steps/build_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ set -euo pipefail

.buildkite/scripts/bootstrap.sh

echo "--- Build TS Refs"
node scripts/build_ts_refs \
--clean \
--no-cache \
--force

echo "--- Build API Docs"
node --max-old-space-size=12000 scripts/build_api_docs

0 comments on commit 3dc7590

Please sign in to comment.