storybook/netlify.toml

14 lines
343 B
TOML
Raw Normal View History

[build]
2020-01-21 14:31:38 +01:00
publish = "built-storybooks"
command = "yarn bootstrap --core && yarn build-storybooks"
[build.environment]
2019-11-26 18:14:07 +01:00
NODE_VERSION = "10"
YARN_VERSION = "1.19.1"
2017-12-21 08:37:53 +01:00
YARN_FLAGS = "--version"
2020-01-21 14:31:38 +01:00
DOTENV_DISPLAY_WARNING = "none"
STORYBOOK_EXAMPLE_APP ="true"
2020-03-04 20:55:48 +01:00
[[headers]]
for = "/*"
[headers.values]
2020-03-09 18:18:17 +01:00
Access-Control-Allow-Origin = "*"