diff --git a/.storybook/preview.ts b/.storybook/preview.ts index 4f34afd..425d47c 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -13,13 +13,6 @@ export const parameters = { backgrounds: { default: 'light', }, - actions: { argTypesRegex: "^on[A-Z].*" }, - controls: { - matchers: { - color: /(background|color)$/i, - date: /Date$/, - }, - }, } export const render = createLitRenderer({ diff --git a/package.json b/package.json index 26c2929..949465c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "scripts": { "manifest": "custom-elements-manifest analyze", "dev": "concurrently \"pnpm manifest --watch\" \"storybook dev --port 6006\"", - "build": "tsc && vite build && pnpm run manifest && storybook build", + "build": "concurrently \"tsc\" \"vite build\"", + "build:storybook": "pnpm run manifest && storybook build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [