Skip to content

Commit

Permalink
fix: build storybook node crypto flag
Browse files Browse the repository at this point in the history
fixes node version incompatible crypto packages
  • Loading branch information
n13 committed Oct 24, 2024
1 parent f96923d commit 1ad5081
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 @@ -16,7 +16,7 @@
"lint": "eslint --ext .js,.vue .",
"test": "exit 0",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s ./public",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook -s ./public",
"graph-schema": "node ./src/apollo/generatePossibleTypes.js",
"prepare": "husky install",
"commit": "git-cz",
Expand Down

0 comments on commit 1ad5081

Please sign in to comment.