Skip to content

Commit

Permalink
fix: Increase memory build limit (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
oktapodia authored Feb 13, 2025
1 parent 87c68a8 commit 1b035c1
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 @@ -111,7 +111,7 @@
"dev:local": "dotenv -e .env.localhost next dev",
"dev:staging": "dotenv -e .env.staging next dev",
"dev:production": "dotenv -e .env.production next dev",
"build": "next build",
"build": "NODE_OPTIONS=--max-old-space-size=6144 next build",
"start": "next start",
"lint": "next lint",
"lint_es": "eslint . --ext .ts,.tsx,.js,.jsx",
Expand Down

0 comments on commit 1b035c1

Please sign in to comment.