Skip to content

Commit

Permalink
Fix #978 issue with builds not building.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Apr 13, 2023
1 parent d211d27 commit 47b6330
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 @@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "NODE_OPTIONS=--max-old-space-size=16384 vite build",
"serve": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
Expand Down

0 comments on commit 47b6330

Please sign in to comment.