Skip to content

Commit

Permalink
Merge pull request #4706 from UniversityOfHelsinkiCS/frontend-build-m…
Browse files Browse the repository at this point in the history
…ore-max-old-space-size

[Frontend] Added max-old-space-size to package.json build
  • Loading branch information
valtterikantanen authored Dec 18, 2024
2 parents 7f84c0b + b68b98b commit d51a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc --noEmit && vite build",
"build": "tsc --noEmit && NODE_OPTIONS=\"--max-old-space-size=4096\" vite build",
"preview": "vite preview",
"tsc": "tsc"
},
Expand Down

0 comments on commit d51a70e

Please sign in to comment.