Skip to content

Commit

Permalink
fix(ci): out of memory when build web (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored May 9, 2022
1 parent 302403e commit d36af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/flat-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite --open",
"start:cn": "cross-env FLAT_REGION=CN pnpm start",
"start:us": "cross-env FLAT_REGION=US pnpm start",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" vite build",
"build": "cross-env 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",
"serve": "vite preview"
Expand Down

0 comments on commit d36af29

Please sign in to comment.