Skip to content

Commit

Permalink
fix: update storybook script to pass in legacy openssl provider option (
Browse files Browse the repository at this point in the history
#1425)

Co-authored-by: Francis <francis@Franciss-MacBook-Pro.local>
  • Loading branch information
frankievx and Francis committed May 3, 2023
1 parent cc31856 commit b1f7734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test": "npm run eslint:ci && npm run prettier",
"typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react",
"typegen": "tsc --emitDeclarationOnly",
"storybook": "start-storybook -p 6006",
"storybook": "NODE_OPTIONS=\"--openssl-legacy-provider\" start-storybook -p 6006",
"build-storybook": "build-storybook",
"copy": "copyfiles package.json README.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\""
},
Expand Down

1 comment on commit b1f7734

@vercel
Copy link

@vercel vercel bot commented on b1f7734 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.