Skip to content

Commit

Permalink
fix: build and deploy storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Nov 24, 2023
1 parent 8592bbb commit 80ea2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"publish": "turbo run build lint test && changeset publish",
"storybook": "storybook dev -p 6006",
"storybook:no-open": "storybook dev --no-open -p 6006",
"prebuild-storybook": "npm run build",
"build-storybook": "storybook build",
"serve-storybook": "http-server storybook-static --port 6006 --silent",
"test-storybook": "test-storybook",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderWithProviders } from '@smile/react-front-kit-shared/test-utils';
import { renderWithProviders } from '../../test-utils';

import { FileIcon } from './FileIcon';

Expand Down

0 comments on commit 80ea2bc

Please sign in to comment.