Skip to content

Commit

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

0 comments on commit b4ca655

Please sign in to comment.