From 2e08ef69419fad0a7c34867062e6880c679e4ed9 Mon Sep 17 00:00:00 2001 From: zavarin-michael Date: Fri, 23 Aug 2024 13:14:55 +0500 Subject: [PATCH] changed NODE_OPTIONS to --max-old-space-size=16384 --- apps/schools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/schools/package.json b/apps/schools/package.json index 07a0de0e..0f116302 100644 --- a/apps/schools/package.json +++ b/apps/schools/package.json @@ -10,7 +10,7 @@ "dev": "npm run open-browser && next dev", "dev:console": "next dev", "open-browser": "start http://localhost:3000", - "build": "set NODE_OPTIONS=--max-old-space-size=4096 && next build", + "build": "set NODE_OPTIONS=--max-old-space-size=16384 && next build", "start": "next start", "test": "jest -c test/jest.config.js", "cypress:open": "cypress open",