Skip to content

Commit

Permalink
fix(apps/stacking): Use openssl-legacy-provider fallback when running…
Browse files Browse the repository at this point in the history
… storybook-build command
  • Loading branch information
nevendyulgerov committed Nov 4, 2024
1 parent 36b24e5 commit 0224c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"build-storybook": "build-storybook",
"build-storybook": "export NODE_OPTIONS=--openssl-legacy-provider && build-storybook",
"chromatic": "chromatic --exit-zero-on-changes",
"dev": "next dev",
"lint": "eslint --color --ext .ts --ext .tsx src/",
Expand Down

0 comments on commit 0224c20

Please sign in to comment.