Skip to content

Commit

Permalink
fix: update heapsize
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuola committed Oct 16, 2024
1 parent 2e5861c commit 49336d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "node --max-old-space-size=8096 node_modules/nuxi/bin/nuxi.mjs generate",
"prerender": "node --max-old-space-size=8096 node_modules/nuxi/bin/nuxi.mjs build --prerender --log-level verbose",
"generate": "node --max-old-space-size=12288 node_modules/nuxi/bin/nuxi.mjs generate",
"prerender": "node --max-old-space-size=12288 node_modules/nuxi/bin/nuxi.mjs build --prerender --log-level verbose",
"start": "pnpm dlx serve .output/public",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
Expand Down Expand Up @@ -41,4 +41,4 @@
"ucla-library-design-tokens": "^5.27.0",
"ucla-library-website-components": "3.29.1"
}
}
}

0 comments on commit 49336d9

Please sign in to comment.