Skip to content

Commit

Permalink
remove storybook NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick committed Aug 10, 2023
1 parent 31c5614 commit a66198f
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 @@ -40,7 +40,7 @@
"generate-docs": "api-documenter markdown --input-folder temp --output-folder docs && rm -rf temp",
"generate-notices": "generate-license-file --input package.json --output ./THIRD-PARTY-NOTICES --overwrite",
"prepublishOnly": "npm run build",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"wcag": "test-storybook",
"test:unit": "jest",
Expand Down

0 comments on commit a66198f

Please sign in to comment.