From ec22514684505902a745e574bb187666b2f1a8fd Mon Sep 17 00:00:00 2001 From: Gearonix Date: Fri, 6 Oct 2023 16:24:03 +0300 Subject: [PATCH] ci: fixes --- packages/web/ui/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/ui/project.json b/packages/web/ui/project.json index 6e65c23a..690a0272 100644 --- a/packages/web/ui/project.json +++ b/packages/web/ui/project.json @@ -47,7 +47,7 @@ "storybook:test:production": { "executor": "nx:run-commands", "options": { - "command": "test-storybook -c packages/web/ui/.storybook --url=https://gearonix.github.io/CodeGear" + "command": "test-storybook -c packages/web/ui/.storybook --url=https://gearonix.github.io/code-gear" } }, "storybook:preview": {