Skip to content

Commit

Permalink
ci: Fix heap-size option
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Feb 8, 2024
1 parent 62bba90 commit b14ac9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "node --max_old_space_size=16000 node_modules/@docusaurus/core/bin/docusaurus.mjs build",
"build": "node --max-old-space-size=16000 node_modules/@docusaurus/core/bin/docusaurus.mjs build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down Expand Up @@ -44,4 +44,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit b14ac9f

Please sign in to comment.