mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
10 lines
261 B
TOML
10 lines
261 B
TOML
[build]
|
|
publish = "built-storybooks"
|
|
command = "yarn bootstrap --core && yarn build-storybooks"
|
|
[build.environment]
|
|
NODE_VERSION = "10"
|
|
YARN_VERSION = "1.19.1"
|
|
YARN_FLAGS = "--version"
|
|
DOTENV_DISPLAY_WARNING = "none"
|
|
STORYBOOK_EXAMPLE_APP ="true"
|