storybook/netlify.toml
2020-01-28 13:05:15 +08:00

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"