We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98df4d6 commit f438e28Copy full SHA for f438e28
2 files changed
.github/workflows/docs.yml
@@ -36,3 +36,5 @@ jobs:
36
- name: Build
37
shell: bash
38
run: pnpm nx run docs:build
39
+ env:
40
+ NODE_OPTIONS: "--max-old-space-size=4096"
packages/internal/docs/project.json
@@ -19,7 +19,7 @@
19
"color": true,
20
"commands": [
21
"nx run backend:build-docs",
22
- "NODE_OPTIONS=\"--max-old-space-size=2048\" TYPEDOC_WATCH=false docusaurus build"
+ "NODE_OPTIONS=\"--max-old-space-size=4096\" TYPEDOC_WATCH=false docusaurus build"
23
],
24
"parallel": false
25
}
0 commit comments