mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Set memory heap to 4gb to account for large vaults
This commit is contained in:
parent
ce3cbedd2e
commit
1c7882d6bc
@ -7,7 +7,7 @@
|
|||||||
"start": "npm-run-all build:sass --parallel watch:*",
|
"start": "npm-run-all build:sass --parallel watch:*",
|
||||||
"watch:sass": "sass --watch src/site/styles:dist/styles",
|
"watch:sass": "sass --watch src/site/styles:dist/styles",
|
||||||
"watch:eleventy": "cross-env ELEVENTY_ENV=dev eleventy --serve",
|
"watch:eleventy": "cross-env ELEVENTY_ENV=dev eleventy --serve",
|
||||||
"build:eleventy": "cross-env ELEVENTY_ENV=prod eleventy",
|
"build:eleventy": "cross-env ELEVENTY_ENV=prod NODE_OPTIONS=--max-old-space-size=4096 eleventy",
|
||||||
"build:sass": "sass src/site/styles:dist/styles",
|
"build:sass": "sass src/site/styles:dist/styles",
|
||||||
"build": "npm-run-all build:*"
|
"build": "npm-run-all build:*"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user