File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Note: What is Terminals Maganger and Commands -> https://github.com/oku-ui/prim
3535 ` pnpm build:all `
36364 . If new package vue, go to ` packages/example-package ` example ` packages/components ` or ` packages/core ` copy. You can copy
3737this file and build your new build on it.
38- 5 . Storybook works with the command ` pnpm dev:all `
3938
4039Note: If only working on the core package
4140
@@ -59,7 +58,7 @@ pnpm build:all # Build all packages
5958pnpm build:components # Build components package
6059pnpm build:core # Build core package
6160
62- pnpm storybook # Run Storybook
61+ pnpm story # Run Storybook
6362pnpm build:storybook # Build Storybook
6463
6564pnpm dev:all # Run all packages
Original file line number Diff line number Diff line change 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/**'" ,
You can’t perform that action at this time.
0 commit comments