Skip to content

Commit

Permalink
Workaround to get the webpack 4 to build the storybook in Node 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Jan 9, 2024
1 parent b66c42e commit b9cacc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-library/package.json
Expand Up @@ -22,7 +22,7 @@
"storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook",
"publish:storybook": "./scripts/publish-storybook.sh",
"test:storyshots": "yarn build-storybook --quiet && jest tests/storyshots.js",
"test:storyshots": "NODE_OPTIONS=--openssl-legacy-provider yarn build-storybook --quiet && jest tests/storyshots.js",
"test": "yarn test:storyshots",
"lint": "eslint src --max-warnings=0"
},
Expand Down

0 comments on commit b9cacc5

Please sign in to comment.