Update package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next",
|
"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"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user