Merge pull request #1083 from btat/heap-size

Bump heap size again
This commit is contained in:
Billy Tat
2024-01-25 11:29:17 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
env:
NODE_OPTIONS: "--max_old_space_size=5120"
NODE_OPTIONS: "--max_old_space_size=6144"
run: yarn build --no-minify
# Popular action to deploy to GitHub Pages:
+1 -1
View File
@@ -24,5 +24,5 @@ jobs:
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
- name: Test build website
env:
NODE_OPTIONS: "--max_old_space_size=5120"
NODE_OPTIONS: "--max_old_space_size=6144"
run: yarn build --no-minify
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "NODE_OPTIONS='--max-old-space-size=5120' docusaurus build",
"build": "NODE_OPTIONS='--max-old-space-size=6144' docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",