Skip to content

Commit 6d2a2bb

Browse files
chore: fix scripts storybook -> story
1 parent a1a02d9 commit 6d2a2bb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Note: What is Terminals Maganger and Commands -> https://github.com/oku-ui/prim
3535
`pnpm build:all`
3636
4. If new package vue, go to `packages/example-package` example `packages/components` or `packages/core` copy. You can copy
3737
this file and build your new build on it.
38-
5. Storybook works with the command `pnpm dev:all`
3938

4039
Note: If only working on the core package
4140

@@ -59,7 +58,7 @@ pnpm build:all # Build all packages
5958
pnpm build:components # Build components package
6059
pnpm build:core # Build core package
6160

62-
pnpm storybook # Run Storybook
61+
pnpm story # Run Storybook
6362
pnpm build:storybook # Build Storybook
6463

6564
pnpm dev:all # Run all packages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev:all": "turbo run dev --filter='./packages/**' --concurrency $(($(ls -1 packages/components packages/core | wc -l)+3))",
1818
"dev:core": "turbo run dev --filter='./packages/core/**'",
1919
"dev:components": "turbo run dev --filter='./packages/components/**' --concurrency $(($(ls -1 packages/components | wc -l)+3))",
20-
"storybook": "pnpm storybook dev -p 6006 --no-open",
20+
"story": "pnpm storybook dev -p 6006 --no-open",
2121
"lint": "eslint . --cache ",
2222
"lint:fix": "eslint . --fix --cache",
2323
"play:vue": "pnpm clean:dts && turbo run dev --filter='./playground/vue3/**'",

0 commit comments

Comments
 (0)