Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-eccles authored Jul 4, 2023
1 parent e6b17f6 commit a0f1b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Warn: no test specified\" && exit 0",
"storybook": "start-storybook -p 6006 -s public",
"build": "build-storybook",
"build-storybook": "build-storybook -o public",
"build-storybook": "build-storybook -o public --openssl-legacy-provider",
"stylelint:test": "stylelint **/*.css",
"stylelint:fix": "stylelint **/*.css --fix",
"generateChangelog": "standard-version"
Expand Down

0 comments on commit a0f1b2f

Please sign in to comment.