Skip to content

Commit

Permalink
fix(Storybook): ⚙️ Release options
Browse files Browse the repository at this point in the history
  • Loading branch information
TrejoCode committed Nov 14, 2022
1 parent 93a0a16 commit feca563
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 @@ -12,7 +12,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run storybook",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-storybook": "export NODE_OPTIONS=--openssl-legacy-provider; build-storybook",
"eslint:lint": "npx eslint src/**",
"eslint:fix": "npx eslint --fix src",
"build:tailwind": "npx tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/build.css",
Expand Down

0 comments on commit feca563

Please sign in to comment.