From 8d7ab0740e879fa6a5050fbf2cbfecc81022a7f6 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Thu, 26 Oct 2023 08:53:04 +1000 Subject: [PATCH] fix: fix #192 hide focus from storybook --- README.md | 2 +- packages/ui/src/stories/foundation/colours.stories.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ba3623514..b680d4b74 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ pnpm changeset ``` 3. Start storybook with: ``` - pnpm storybook + pnpm build && pnpm storybook ``` 4. Run the unit tests in watch mode with: ``` diff --git a/packages/ui/src/stories/foundation/colours.stories.tsx b/packages/ui/src/stories/foundation/colours.stories.tsx index ec3726338..633bcdd90 100644 --- a/packages/ui/src/stories/foundation/colours.stories.tsx +++ b/packages/ui/src/stories/foundation/colours.stories.tsx @@ -267,7 +267,6 @@ export const BrandColors: Story = { 'background', 'border', 'borderDark', - 'focus', 'heading', 'hero', 'light',