Skip to content

Commit

Permalink
build: increase heap size to publish docs successfully (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Nov 22, 2021
1 parent 415be48 commit 2ef985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"docs": "NODE_OPTIONS=--max-old-space-size=8192 jsdoc -c .jsdoc.js",
"predocs-test": "npm run docs",
"docs-test": "linkinator docs",
"fix": "gts fix",
Expand Down

0 comments on commit 2ef985a

Please sign in to comment.