Skip to content

Commit bee43db

Browse files
authored
chore: increase memory limit temporarily (#3480)
1 parent fe87ab0 commit bee43db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"prebuild": "npm run generate-markdown; scripts/i18n.sh; if [ -n \"$CROWDIN_PERSONAL_TOKEN\" ]; then npm run crowdin:sync; fi",
10-
"build": "npm run build:${VERCEL_ENV:-preview}",
10+
"build": "NODE_OPTIONS=--max_old_space_size=8192 npm run build:${VERCEL_ENV:-preview}",
1111
"build:preview": "docusaurus build --locale en",
1212
"build:production": "docusaurus build",
1313
"clear": "docusaurus clear",

0 commit comments

Comments
 (0)