Skip to content

Commit 6b76bef

Browse files
committed
Cleanup
1 parent 94bfa31 commit 6b76bef

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,35 +66,18 @@ The Storybook command starts:
6666

6767
### Development
6868

69-
The `dev` command runs all packages in watch mode, automatically rebuilding when you make changes:
69+
The `turbo watch build` command runs all packages in watch mode, automatically rebuilding when you make changes:
7070

7171
```bash
7272
# Start development mode for all packages
73-
pnpm dev
73+
pnpm turbo watch build
7474
```
7575

76-
This runs:
77-
78-
- `packages/addon-mcp` in watch mode (using `tsdown --watch`)
79-
- `packages/mcp` in watch mode (using Node's `--watch` flag)
80-
81-
**Note:** Running `pnpm --filter internal-storybook storybook` automatically starts the addon in dev mode alongside Storybook. In this mode, making changes to `addon-mcp` will automatically restart Storybook. So you typically only need one command:
82-
8376
```bash
8477
# This is usually all you need - starts Storybook AND watches addon for changes
8578
pnpm storybook
8679
```
8780

88-
For more advanced workflows, you can run dev mode for a specific package:
89-
90-
```bash
91-
# Watch only the addon package
92-
pnpm --filter @storybook/addon-mcp dev
93-
94-
# Watch only the mcp package
95-
pnpm --filter @storybook/mcp dev
96-
```
97-
9881
### Building
9982

10083
```bash

0 commit comments

Comments
 (0)