Skip to content

Commit

Permalink
chore: increase memory limit temporarily (#3480)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 28, 2024
1 parent fe87ab0 commit bee43db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"prebuild": "npm run generate-markdown; scripts/i18n.sh; if [ -n \"$CROWDIN_PERSONAL_TOKEN\" ]; then npm run crowdin:sync; fi",
"build": "npm run build:${VERCEL_ENV:-preview}",
"build": "NODE_OPTIONS=--max_old_space_size=8192 npm run build:${VERCEL_ENV:-preview}",
"build:preview": "docusaurus build --locale en",
"build:production": "docusaurus build",
"clear": "docusaurus clear",
Expand Down

0 comments on commit bee43db

Please sign in to comment.