From 338280774541ff4d5a2fbfedc5d2cff86c919b0f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 27 Jul 2025 09:40:37 +0200 Subject: [PATCH] Reorder options --- libs/ui/project.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/ui/project.json b/libs/ui/project.json index 4368d1802..b5c6473dd 100644 --- a/libs/ui/project.json +++ b/libs/ui/project.json @@ -26,10 +26,10 @@ "storybook": { "executor": "@storybook/angular:start-storybook", "options": { - "port": 4400, - "configDir": "libs/ui/.storybook", "browserTarget": "ui:build-storybook", "compodoc": false, + "configDir": "libs/ui/.storybook", + "port": 4400, "styles": [ "apps/client/src/assets/fonts/inter.css", "apps/client/src/styles/theme.scss", @@ -46,10 +46,10 @@ "executor": "@storybook/angular:build-storybook", "outputs": ["{options.outputDir}"], "options": { - "outputDir": "dist/apps/client/development/storybook", - "configDir": "libs/ui/.storybook", "browserTarget": "ui:build-storybook", "compodoc": false, + "configDir": "libs/ui/.storybook", + "outputDir": "dist/apps/client/development/storybook", "styles": [ "apps/client/src/assets/fonts/inter.css", "apps/client/src/styles/theme.scss",