Skip to content

Commit

Permalink
[chore] Run Storybook on Node 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Nov 2, 2021
1 parent e6b3218 commit 3624d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"cypress:open": "cypress open",
"lint": "eslint \"{src,stories,test}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && yarn build",
"storybook": "start-storybook -s ./stories/public -p 6006",
"storybook": "start-storybook -p 6006",
"storybook17": "SET NODE_OPTIONS=--openssl-legacy-provider && yarn storybook",
"build-storybook": "build-storybook",
"format": "./node_modules/.bin/prettier --write \"{src,stories,test}/**/*.{js,jsx,ts,tsx,json,css,less,scss,md}\"",
"lint-staged": "lint-staged"
Expand Down

0 comments on commit 3624d18

Please sign in to comment.