diff --git a/package.json b/package.json index af6b93e..2dfdd90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "dev": "next", - "build": "export NODE_OPTIONS=--max-old-space-size=8192 && next build", + "build": "next build", "start": "next start" }, "dependencies": {