Skip to content

Commit e879429

Browse files
committed
fix(qwd): qd
1 parent dfa8528 commit e879429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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": "NODE_OPTIONS=--max-old-space-size=4096 build-storybook .storybook .storybook/static -o dist",
117+
"storybook:build": "NODE_OPTIONS='--max-old-space-size=4096 --openssl-legacy-provider' 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)