From d835eed077c798660bd352e49f576b59a2763bfd Mon Sep 17 00:00:00 2001 From: Andrew Ghostuhin Date: Wed, 24 Jun 2026 00:39:49 +0300 Subject: [PATCH 1/2] fix(design): add image start scripts --- ui-admin/design/package.json | 3 ++- ui-parts/design/package.json | 3 ++- ui/design/package.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ui-admin/design/package.json b/ui-admin/design/package.json index fab5dce1..1b20a8b8 100644 --- a/ui-admin/design/package.json +++ b/ui-admin/design/package.json @@ -9,7 +9,8 @@ "build:server": "yarn service build", "dev": "storybook dev --config-dir ./src -p 3002", "prepack": "run build", - "start": "node dist/index.js" + "start": "node dist/index.js", + "start-image": "node dist/index.js" }, "devDependencies": { "@chromatic-com/storybook": "5.2.1", diff --git a/ui-parts/design/package.json b/ui-parts/design/package.json index 683cbc6f..546e9686 100644 --- a/ui-parts/design/package.json +++ b/ui-parts/design/package.json @@ -9,7 +9,8 @@ "build:server": "yarn service build", "dev": "storybook dev --config-dir ./src -p 3001", "prepack": "run build", - "start": "node dist/index.js" + "start": "node dist/index.js", + "start-image": "node dist/index.js" }, "devDependencies": { "@atls-ui-parts/theme": "workspace:*", diff --git a/ui/design/package.json b/ui/design/package.json index afc68fbd..f40cc007 100644 --- a/ui/design/package.json +++ b/ui/design/package.json @@ -12,7 +12,8 @@ "build:server": "yarn service build", "dev": "storybook dev --config-dir ./src -p 3000", "prepack": "run build", - "start": "node dist/index.js" + "start": "node dist/index.js", + "start-image": "node dist/index.js" }, "devDependencies": { "@atls-ui-parts/image": "workspace:*", From ebf018b4641a222cd429968fecdb5316262e52d1 Mon Sep 17 00:00:00 2001 From: Andrew Ghostuhin Date: Wed, 24 Jun 2026 00:42:31 +0300 Subject: [PATCH 2/2] fix(design): remove legacy start scripts --- ui-admin/design/package.json | 1 - ui-parts/design/package.json | 1 - ui/design/package.json | 1 - 3 files changed, 3 deletions(-) diff --git a/ui-admin/design/package.json b/ui-admin/design/package.json index 1b20a8b8..93656fe0 100644 --- a/ui-admin/design/package.json +++ b/ui-admin/design/package.json @@ -9,7 +9,6 @@ "build:server": "yarn service build", "dev": "storybook dev --config-dir ./src -p 3002", "prepack": "run build", - "start": "node dist/index.js", "start-image": "node dist/index.js" }, "devDependencies": { diff --git a/ui-parts/design/package.json b/ui-parts/design/package.json index 546e9686..62fcdc71 100644 --- a/ui-parts/design/package.json +++ b/ui-parts/design/package.json @@ -9,7 +9,6 @@ "build:server": "yarn service build", "dev": "storybook dev --config-dir ./src -p 3001", "prepack": "run build", - "start": "node dist/index.js", "start-image": "node dist/index.js" }, "devDependencies": { diff --git a/ui/design/package.json b/ui/design/package.json index f40cc007..bc7014f6 100644 --- a/ui/design/package.json +++ b/ui/design/package.json @@ -12,7 +12,6 @@ "build:server": "yarn service build", "dev": "storybook dev --config-dir ./src -p 3000", "prepack": "run build", - "start": "node dist/index.js", "start-image": "node dist/index.js" }, "devDependencies": {