Skip to content

Commit

Permalink
Increase Node memory allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-janon committed Aug 2, 2024
1 parent 163518b commit 4d8cb34
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 @@ -4,7 +4,7 @@
"license": "MIT",
"author": "zetachain",
"scripts": {
"build": "yarn clean && next build",
"build": "NODE_OPTIONS=--max-old-space-size=6144 yarn clean && next build",
"postbuild": "next-sitemap",
"dev": "next dev -p 3001",
"lint:fix": "npx eslint --ext .js,.jsx,.ts,.tsx --fix ./src",
Expand Down

0 comments on commit 4d8cb34

Please sign in to comment.