mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
8 lines
182 B
TOML
8 lines
182 B
TOML
[build]
|
|
publish = "docs/public"
|
|
command = "cd docs && yarn && yarn build && cd .."
|
|
[build.environment]
|
|
NODE_VERSION = "10"
|
|
YARN_VERSION = "1.19.1"
|
|
YARN_FLAGS = "--version"
|