storybook/netlify.toml
2022-10-04 23:35:52 +11:00

13 lines
413 B
TOML

[build]
publish = "code/built-storybooks"
command = "cd scripts && yarn && cd ../code && yarn && yarn --task bootstrap-repo --start-from=install-repo --no-link && 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 = "*"