File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " .eleventy.js" ,
6
6
"type" : " module" ,
7
7
"scripts" : {
8
- "start" : " gulp && concurrently 'gulp watch' 'npx @11ty/eleventy --serve --quiet'" ,
8
+ "start" : " gulp && concurrently 'gulp watch' 'NODE_OPTIONS= \" --max-old-space-size=4096 \" npx @11ty/eleventy --serve --quiet'" ,
9
9
"serve" : " cd dist && npx http-server -p 8888 -a 127.0.0.1" ,
10
10
"clean" : " rm -Rf ./dist/* && rm -Rf ./dist/.*" ,
11
- "debug" : " DEBUG=Eleventy* npx @11ty/eleventy --dryrun" ,
11
+ "debug" : " DEBUG=Eleventy* NODE_OPTIONS= \" --max-old-space-size=4096 \" npx @11ty/eleventy --dryrun" ,
12
12
"prebuild" : " gulp prebuild" ,
13
- "build" : " NODE_ENV=production npx @11ty/eleventy" ,
13
+ "build" : " NODE_ENV=production NODE_OPTIONS= \" --max-old-space-size=4096 \" npx @11ty/eleventy" ,
14
14
"postbuild" : " gulp postbuild" ,
15
15
"start-netlify" : " NODE_ENV=production netlify dev && netlify functions:serve" ,
16
16
"new:post" : " plop post" ,
You can’t perform that action at this time.
0 commit comments