> For the complete documentation index, see [llms.txt](https://mhy.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mhy.js.org/tools/processes/storybook-build.md).

# storybook-build

* Alias: `sb-build`
* Storybook is being setup to use `mhy`'s `Webpack` and `SWC` config.
* Builds a standalone version of your Storybook to the `.sb` directory.

### Default command

```bash
build-storybook
```

### CLI Options

<https://storybook.js.org/docs/configurations/cli-options/#for-build-storybook>

### Example

```bash
mhy sb-build
# or
mhy storybook-build
```
