Skip to content

Commit

Permalink
increase memory for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Vonášek committed Jan 30, 2024
1 parent 5254451 commit c43ed5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"build": "vite build && cp ./build/index.html ./build/404.html",
"preview": "vite preview",
"postinstall": "patch-package",
"preinstall": "set NODE_OPTIONS=\"--max-old-space-size=8192\"",
"storybook": "storybook dev -p 6006 ./src",
"build-storybook": "storybook build ./src",
"test": "vitest",
Expand Down

0 comments on commit c43ed5b

Please sign in to comment.