Fix #978 issue with builds not building.

This commit is contained in:
Michael Kaye 2023-04-13 11:35:49 +01:00
parent e3a3859739
commit 8d56a8e8fc

View File

@ -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",