diff --git a/ui-admin/design/package.json b/ui-admin/design/package.json index fab5dce1..93656fe0 100644 --- a/ui-admin/design/package.json +++ b/ui-admin/design/package.json @@ -9,7 +9,7 @@ "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": { "@chromatic-com/storybook": "5.2.1", diff --git a/ui-parts/design/package.json b/ui-parts/design/package.json index 683cbc6f..62fcdc71 100644 --- a/ui-parts/design/package.json +++ b/ui-parts/design/package.json @@ -9,7 +9,7 @@ "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": { "@atls-ui-parts/theme": "workspace:*", diff --git a/ui/design/package.json b/ui/design/package.json index afc68fbd..bc7014f6 100644 --- a/ui/design/package.json +++ b/ui/design/package.json @@ -12,7 +12,7 @@ "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": { "@atls-ui-parts/image": "workspace:*",