Skip to content

Commit c634c0c

Browse files
committed
build(package.json): more ram size for vite storybook build
1 parent 825b14b commit c634c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"loki:test": "loki test",
115115
"loki:update": "loki update",
116116
"storybook:dev": "start-storybook .storybook .storybook/static -p 9001",
117-
"storybook:build": "build-storybook .storybook .storybook/static -o dist",
117+
"storybook:build": "NODE_OPTIONS=--max-old-space-size=4096 build-storybook .storybook .storybook/static -o dist",
118118
"storybook:preview": "http-server dist -o",
119119
"library:build": "rollup -c && npm run copypackage && npm run copyreadme",
120120
"valid": "npm run test && npm run prettier:check && npm run lint:check && tsc",

0 commit comments

Comments
 (0)