Skip to content

Commit

Permalink
chore: increase memory for docs:build (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel authored Oct 18, 2024
1 parent 76cc556 commit ec8debb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"predocs:dev": "typedoc",
"typedoc": "typedoc",
"docs:dev": "vitepress dev docs",
"docs:build": "NODE_OPTIONS=--max-old-space-size=8192 vitepress build docs --mode production",
"docs:build": "NODE_OPTIONS=--max-old-space-size=12288 vitepress build docs --mode production",
"docs:preview": "vitepress preview docs"
},
"author": "",
Expand Down

0 comments on commit ec8debb

Please sign in to comment.