Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Use hack to get storybook build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Aug 30, 2019
1 parent c167907 commit ccb4962
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 @@ -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",
Expand Down

0 comments on commit ccb4962

Please sign in to comment.