Skip to content

Commit 6b3b28f

Browse files
committed
set node space for all
1 parent 89e27be commit 6b3b28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"plotly"
2222
],
2323
"scripts": {
24-
"preprocess": "node tasks/preprocess.js",
24+
"preprocess": "export NODE_OPTIONS='--max-old-space-size=4096' && node tasks/preprocess.js",
2525
"bundle": "node tasks/bundle.js",
2626
"header-dist": "node tasks/header_dist.js",
2727
"stats": "node tasks/stats.js",

0 commit comments

Comments
 (0)