Skip to content

Commit

Permalink
Try to fix Storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Jul 23, 2024
1 parent d7a04f6 commit dc0af66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/design-system/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Preview } from "@storybook/react";

import "@repo/design-system/styles.css";
import "@repo/design-system/styles";

const preview: Preview = {
parameters: {
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"exports": {
"./fonts": "./dist/fonts",
"./styles.css": "./dist/index.css",
"./styles": "./dist/index.css",
"./button": "./src/button.tsx",
"./card": "./src/card.tsx",
"./code": "./src/code.tsx",
Expand Down

0 comments on commit dc0af66

Please sign in to comment.