9 lines
165 B
TOML
9 lines
165 B
TOML
[build]
|
|
base = "/"
|
|
command = "yarn build:demo"
|
|
publish = "dev-test/"
|
|
|
|
[build.environment]
|
|
YARN_FLAGS = "--no-ignore-optional"
|
|
YARN_VERSION = "1.7.0"
|