mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
14 lines
343 B
TOML
14 lines
343 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"
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "*"
|