Skip to content

Commit 71926f3

Browse files
committed
try to ignore storybook min errors
1 parent e0deee2 commit 71926f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint:scripts": "eslint --fix \"./src/**/*.tsx\"",
1616
"lint:styles": "stylelint \"./src/styles/**/*.(css)\" --fix",
1717
"postinstall": "node ./hooks/post-install.hook.js",
18-
"build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook",
18+
"build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook || true",
1919
"build": "yarn compile",
2020
"package": "lerna version 1.1.2 --force-publish",
2121
"postpackage": "node ./hooks/post-package.hook.js",

0 commit comments

Comments
 (0)