Skip to content

Commit

Permalink
chore(renderer-app): add build memory to 8G (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored May 25, 2022
1 parent 3a2e19d commit dfb24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/renderer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "cross-env NODE_ENV=development vite",
"start:cn": "cross-env FLAT_REGION=CN pnpm start",
"start:us": "cross-env FLAT_REGION=US pnpm start",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=\"--max-old-space-size=6144\" vite build",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
"build:cn": "cross-env FLAT_REGION=CN pnpm build",
"build:us": "cross-env FLAT_REGION=US pnpm build",
"build:analyzer": "cross-env NODE_ENV=production ANALYZER=true NODE_OPTIONS=\"--max-old-space-size=6144\" vite build"
Expand Down

0 comments on commit dfb24d5

Please sign in to comment.