2019-09-27 19:39:28 -04:00
|
|
|
[build]
|
|
|
|
base = "/"
|
|
|
|
command = "yarn build:demo"
|
|
|
|
publish = "dev-test/"
|
2019-09-27 19:48:28 -04:00
|
|
|
ignore = "git diff --quiet HEAD^ HEAD -- . ':!website/'"
|
2019-09-27 19:39:28 -04:00
|
|
|
|
|
|
|
[build.environment]
|
2019-11-20 18:10:22 +02:00
|
|
|
YARN_FLAGS = "--frozen-lockfile"
|
|
|
|
YARN_VERSION = "1.19.1"
|