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