Update package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "next",
|
||||
"build": "export NODE_OPTIONS=--max-old-space-size=8192 && next build",
|
||||
"build": "export NODE_OPTIONS=--max-old-space-size=8192 && export VERCEL_DEEP_CLONE=true && next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user