We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0deee2 commit 71926f3Copy full SHA for 71926f3
package.json
@@ -15,7 +15,7 @@
15
"lint:scripts": "eslint --fix \"./src/**/*.tsx\"",
16
"lint:styles": "stylelint \"./src/styles/**/*.(css)\" --fix",
17
"postinstall": "node ./hooks/post-install.hook.js",
18
- "build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook",
+ "build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook || true",
19
"build": "yarn compile",
20
"package": "lerna version 1.1.2 --force-publish",
21
"postpackage": "node ./hooks/post-package.hook.js",
0 commit comments