From ccb4962b6287c6161e1e65c097c2dc4fa3ed1a77 Mon Sep 17 00:00:00 2001 From: Justin Anastos Date: Thu, 29 Aug 2019 17:51:32 -0400 Subject: [PATCH] Use hack to get storybook build to work See https://github.com/storybookjs/storybook/issues/7092 and https://github.com/storybookjs/storybook/issues/7743 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bef3ba1..849a34c8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "npm-run-all -p build:reset icons -s build:typescript", "build:icons": "run-s icons build:typescript", "build:reset": "ts-node build-reset.ts", - "build:storybook": "build-storybook --quiet", + "build:storybook": "node --max-old-space-size=4096 $(npm bin)/build-storybook --quiet", "build:typescript": "tsc --build tsconfig.build.json", "clean": "run-p clean:*", "clean:components": "rimraf Button colors fonts Loaders TextField Modal shared Table typography",