Skip to content

Commit

Permalink
fix(docs): increase memory for reference doc generation (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Aug 20, 2021
1 parent 9141f1c commit e0e845c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"system-test": "mocha build/system-test system-test/*.js",
"lint": "gts check",
"fix": "gts fix",
"docs": "jsdoc -c .jsdoc.js",
"docs": "node --max-old-space-size=8192 ./node_modules/.bin/jsdoc -c .jsdoc.js",
"docs-test": "linkinator docs",
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
Expand Down

0 comments on commit e0e845c

Please sign in to comment.