[ci] raise the max-old-space-size for scripts/build_api_docs (#106735)

Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Spencer 2021-07-26 11:41:18 -07:00 committed by GitHub
parent 4b4b4c2bf2
commit d3606aee04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,4 @@ checks-reporter-with-killswitch "Check Types" \
node scripts/type_check
echo " -- building api docs"
node scripts/build_api_docs
node --max-old-space-size=8000 scripts/build_api_docs