fix: bench watch: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

This commit is contained in:
Richard Case 2021-02-14 22:43:28 +00:00
parent 603018ef53
commit 0c4a18a09c

View file

@ -3,7 +3,7 @@
"scripts": {
"build": "node rollup/build.js",
"production": "FRAPPE_ENV=production node rollup/build.js",
"watch": "node rollup/watch.js",
"watch": "node --max_old_space_size=1280 rollup/watch.js",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},