From b4ca655b50df0e84d5c507129c134a97e069262d Mon Sep 17 00:00:00 2001 From: joseph-eccles <95852217+joseph-eccles@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:35:49 +0100 Subject: [PATCH] Update package.json --- storybook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"