Skip to content

Commit

Permalink
[Fix #234] Fixed JavaScript heap out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Nov 15, 2023
1 parent b00a1cf commit acc6fda
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 @@ -109,7 +109,7 @@
"scripts": {
"test": "jest",
"dev": "sb dev -p 6006",
"build": "microbundle --jsx React.createElement --jsxFragment React.Fragment",
"build": "export NODE_OPTIONS=--max_old_space_size=4096 && microbundle --jsx React.createElement --jsxFragment React.Fragment --target node",
"build:lib": "npm run build && npm pack",
"build-storybook": "sb build",
"chromatic": "npx chromatic",
Expand Down

0 comments on commit acc6fda

Please sign in to comment.