diff --git a/storybook/package.json b/storybook/package.json index b1c592c1..ef769087 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -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"