static-cms/website/netlify.toml

9 lines
177 B
TOML
Raw Normal View History

2019-09-27 19:39:28 -04:00
[build]
base = "website/"
command = "yarn install && yarn build"
2019-09-27 20:20:21 -04:00
publish = "dist/"
2019-09-27 19:39:28 -04:00
[build.environment]
YARN_FLAGS = "--frozen-lockfile"
YARN_VERSION = "1.22.4"