storybook/docs/snippets/common/build-storybook-production-mode.js.mdx
2022-02-01 22:25:21 +00:00

7 lines
81 B
Plaintext

```shell
# With yarn
yarn build-storybook
# With npm
npm run build-storybook
```