Skip to content

Commit 9386984

Browse files
fix: storybook
1 parent 227abaf commit 9386984

File tree

11 files changed

+8
-173
lines changed

11 files changed

+8
-173
lines changed

.storybook/main.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ const config: StorybookConfig = {
1818
framework: {
1919
name: '@storybook/vue3-vite',
2020
options: {
21-
docgen: {
22-
plugin: 'vue-component-meta',
23-
tsconfig: 'tsconfig.app.json',
24-
},
21+
// TODO: ReferenceError: clamp is not defined
22+
// docgen: {
23+
// plugin: 'vue-component-meta',
24+
// tsconfig: 'tsconfig.app.json',
25+
// },
2526
},
2627
},
2728
docs: {

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ pnpm build core utils # Build only core and utils package (packages/core) check
4949

5050
```shell
5151
pnpm dev
52-
pnpm build # Build all packages with cache (packages/components)
53-
pnpm build:skip # Build without cache (packages/components)
52+
pnpm build # Build all packages with cache (packages)
53+
pnpm build:skip # Build without cache (packages)
5454

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

5858
pnpm lint # Run ESLint

stories/Introduction.mdx

Lines changed: 0 additions & 158 deletions
This file was deleted.

stories/assets/code-brackets.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

stories/assets/colors.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

stories/assets/comments.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

stories/assets/direction.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

stories/assets/flow.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)