storybook/netlify.toml
2022-07-21 16:25:15 +02:00

13 lines
342 B
TOML

[build]
publish = "built-storybooks"
command = "cd code && yarn && yarn bootstrap --core && yarn build-storybooks --all"
[build.environment]
NODE_VERSION = "14"
YARN_VERSION = "1.22.10"
DOTENV_DISPLAY_WARNING = "none"
STORYBOOK_EXAMPLE_APP ="true"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"