Skip to content

Commit

Permalink
fix: storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Nov 10, 2024
1 parent 227abaf commit 9386984
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 173 deletions.
9 changes: 5 additions & 4 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ const config: StorybookConfig = {
framework: {
name: '@storybook/vue3-vite',
options: {
docgen: {
plugin: 'vue-component-meta',
tsconfig: 'tsconfig.app.json',
},
// TODO: ReferenceError: clamp is not defined
// docgen: {
// plugin: 'vue-component-meta',
// tsconfig: 'tsconfig.app.json',
// },
},
},
docs: {
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ pnpm build core utils # Build only core and utils package (packages/core) check

```shell
pnpm dev
pnpm build # Build all packages with cache (packages/components)
pnpm build:skip # Build without cache (packages/components)
pnpm build # Build all packages with cache (packages)
pnpm build:skip # Build without cache (packages)

pnpm story # Run Storybook and live reload support (packages/vue/src)
pnpm story # Run Storybook and live reload support (packages/core/src)
pnpm build:storybook # Build Storybook

pnpm lint # Run ESLint
Expand Down
158 changes: 0 additions & 158 deletions stories/Introduction.mdx

This file was deleted.

1 change: 0 additions & 1 deletion stories/assets/code-brackets.svg

This file was deleted.

1 change: 0 additions & 1 deletion stories/assets/colors.svg

This file was deleted.

1 change: 0 additions & 1 deletion stories/assets/comments.svg

This file was deleted.

1 change: 0 additions & 1 deletion stories/assets/direction.svg

This file was deleted.

1 change: 0 additions & 1 deletion stories/assets/flow.svg

This file was deleted.

Loading

0 comments on commit 9386984

Please sign in to comment.